Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

systemd/network: Disable RoutesToDNS #109

Merged
merged 1 commit into from
Oct 6, 2023
Merged

Commits on Oct 4, 2023

  1. systemd/network: Disable RoutesToDNS

    Flatcar VMs on Azure with multiple nics fail to provision correctly because of
    multiple routes to wireserver (168.63.129.16) with the same metric, and
    wireserver only responds to 'ready' signals on the primary nic. The primary nic
    gets an explicit route to wireserver through dhcp. It turns out systemd is
    adding the extra routes because wireserver is also the dhcp and dns server, and
    the default RoutesToDNS=true setting is the reason.
    
    This behavior is non-standard and I don't think it's expected on any platform.
    Disable this behavior by default.
    
    Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
    jepio committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c6639c2 View commit details
    Browse the repository at this point in the history