You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running in an IPv6 only environment I run into a couple of problems and had a closer look at the dnsmasq.conf.j2 file:
"option6:router" is not a valid option [1] - but it is generated in line 19
Lines 65ff of the dnsmasq.conf.j2 which are mostly a (bad) copy of lines 14ff. The later one tries to be for IPv4 and IPv6 (which fails as described earlier) weather the first one is specific for IPv6, but does not even put the "option6" in place and also uses the wrong (IPv4) attributes.
There is IMHO no hint in the documentation how IPv6 addresses should be specified in the dnsmasq.env file. With or without brackets?
Depending on the input I get errors like
dnsmasq: bad dhcp-option at line 14 of /etc/dnsmasq.conf
where the line number differs depending on the set of input variables.
This issue is currently awaiting triage.
If Metal3.io contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members by writing /triage accepted in a comment.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
Running in an IPv6 only environment I run into a couple of problems and had a closer look at the dnsmasq.conf.j2 file:
dnsmasq.env
file. With or without brackets?Depending on the input I get errors like
dnsmasq: bad dhcp-option at line 14 of /etc/dnsmasq.conf
where the line number differs depending on the set of input variables.
[1] see https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=src/dhcp-common.c;hb=refs/heads/master lines 638ff
The text was updated successfully, but these errors were encountered: