Comment 2 for bug 1717404

Revision history for this message
Stéphane Graber (stgraber) wrote :

Just looked at what netplan generates in networkd:

[Match]
Name=eth0

[Network]
DHCP=ipv4
IPv6AcceptRA=no

[DHCP]
RouteMetric=100

So that shows it's explicitly disabling IPv6 RA handling on the interface, causing the regression.