Interfaces configured as "Disconnected" not disabled in netplan
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Incomplete
|
Undecided
|
Unassigned | ||
netplan |
New
|
Undecided
|
Unassigned |
Bug Description
Somewhat related to https:/
We have hardware used for network testing which has a LOT of network interfaces of various types, some are connected to non-MAAS managed networks which provide IPv6 SLAAC.
What we need is a way to indicate in MAAS that those interfaces should NOT have any connectivity configured, preferably they should be kept in the DOWN state or be explicitly configured in netplan to not be pulling any type of address with:
- accept_ra: false
- dhcp: false
- dhcp6: false
Not doing this effectively breaks IPv6 connectivity as one of those interfaces just grabs an address and default gateway from an incoming router advertisement and ends up preferring that path over the one through the MAAS managed network, preventing any access to the system over IPv6.
Adding the explicit config is probably the easiest solution for now. Although, I wonder, shouldn't this be the default in netplan?