Commissioning of IPv6 machine results in incorrect /128 subnets
Bug #1939034 reported by
Stéphane Graber
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Alberto Donato |
Bug Description
When commissioning a new machine through MAAS on a network that has both IPv4 and IPv6 with IPv6 provided by MAAS through stateful DHCPv6. The resulting network config has the IPv6 subnet set to a specific address/128 rather than the subnet/64. This then requires manual edit for each commissioned machine to set it to the correct subnet and then manual database cleanup to fully delete all those extra /128 subnets.
Related branches
~ack/maas:1939034-lookup-wider-subnet-cidr
- Björn Tillenius: Approve
- MAAS Lander: Approve
-
Diff: 215 lines (+107/-43)2 files modifiedsrc/metadataserver/builtin_scripts/network.py (+38/-41)
src/metadataserver/builtin_scripts/tests/test_network.py (+69/-2)
Changed in maas: | |
assignee: | nobody → Alberto Donato (ack) |
Changed in maas: | |
status: | Triaged → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | next → 3.1.0-beta1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hi Stephane,
can you share the DHCP configuration with us?