[2.0] MAAS does not allow link-local IPv6 gateways
Bug #1603590 reported by
LaMont Jones
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
LaMont Jones | ||
1.9 |
Fix Committed
|
High
|
Unassigned | ||
2.0 |
Fix Released
|
High
|
LaMont Jones |
Bug Description
1) fe80::/64 is required to be present on every link (by the IPv6 specification)
2) We don't model it at all
3) It is perfectly valid to route via addresses on that network
4) it's not uncommon to have (e.g.) fe80::1 as a default route for all of the networks in a datacenter ("whatever the right one is, kthx.)
Ergo, we should allow fe80::/64 addresses as the default gateway.
Related branches
lp://staging/~lamont/maas/bug-1603590
- Mike Pontillo (community): Approve
-
Diff: 21 lines (+4/-7)1 file modifiedsrc/maasserver/models/subnet.py (+4/-7)
lp://staging/~lamont/maas/bug-1603590-2.0
- LaMont Jones (community): Approve
-
Diff: 49 lines (+27/-1)2 files modifiedsrc/maasserver/models/subnet.py (+11/-1)
src/maasserver/models/tests/test_subnet.py (+16/-0)
lp://staging/~lamont/maas/bug-1603590-1.9
- Mike Pontillo (community): Approve
-
Diff: 66 lines (+33/-1)3 files modifieddocs/changelog.rst (+5/-0)
src/maasserver/models/subnet.py (+11/-1)
src/maasserver/models/tests/test_subnet.py (+17/-0)
Changed in maas: | |
milestone: | none → 2.0.0 |
milestone: | 2.0.0 → none |
summary: |
- [2.0] maas should allow gateways in the fe80::/64 network + [2.0] MAAS should allow link-local IPv6 gateways |
summary: |
- [2.0] MAAS should allow link-local IPv6 gateways + [2.0] MAAS does not allow link-local IPv6 gateways |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.