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
xapi/nm: Send non-empty dns to networkd when using IPv6 autoconf (#6586)
Because Autoconf is not DHCP, networkd uses the dns value to write to
resolv.conf. This is done on ocaml/networkd/bin/network_server.ml line
745
This allows to have non-empty resolv.conf when using IPv6 autoconf.
This mismatch was caused byt technical debt that cause this check to be
duplicated, the second removes it so
xapi decides the instances where these values are written and networkd
follows that decision.
I've tested new isntallations using IPv4 and couldn't see any
regression, two users have tested the patch and now the DNS entries
don't get overriden when using IPv6 in Autoconf mode:
xcp-ng/xcp#641 (comment)
I'd like Rob to review this approach in any case
0 commit comments