Consider supporting IPv6 autoconf in configure_networking
Bug #1632808 reported by
LaMont Jones
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Invalid
|
Undecided
|
Unassigned | ||
initramfs-tools (Ubuntu) |
Triaged
|
Medium
|
Mathieu Trudel-Lapierre |
Bug Description
Because DHCPv6 only does addresses, and not routes, configure_
(The syntax for ip= should probably also be extended to allow SLAAC configuration. If the user said "dhcp", then we should insist on getting our answer from DHCP.)
On the bright side, iscsi retries, so after 1 or more failures to connect, the router-
tags: | added: maas-ipv6 |
Changed in initramfs-tools (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Mathieu Trudel-Lapierre (cyphermox) |
Changed in maas: | |
status: | Triaged → Confirmed |
To post a comment you must log in.
https:/ /code.launchpad .net/~smoser/ ubuntu/ +source/ initramfs- tools/+ git/initramfs- tools/+ ref/lp- 1631010
there i added 'ip6=only' and 'ip6=only-S' (we can change the syntax), but '-S' means to pass '-S' to 'dhclient -6'.