swtiching to statleless dhcp6 and trying to disable ipv4 now that mirrors is ipv6 it should work in theory. we'll have to fix SNTP dhcp client script probably though
This commit is contained in:
parent
f293436c67
commit
ff5df9e336
|
@ -223,12 +223,13 @@ case "$1" in
|
|||
cat <<-EOF >>$IFCONFIG
|
||||
auto $ifname
|
||||
iface $ifname inet6 auto
|
||||
dhcp 1
|
||||
pre-up /bin/ip link add mgmt type vrf table mgmt
|
||||
pre-up /bin/ip link set up dev mgmt
|
||||
pre-up /bin/ip link set master mgmt dev $ifname
|
||||
post-down /bin/ip link del dev mgmt
|
||||
iface $ifname inet6 dhcp
|
||||
iface $ifname inet dhcp
|
||||
#iface $ifname inet6 dhcp #keeping this out since we have stateless dhcp
|
||||
#iface $ifname inet dhcp #taking this out too, lets see how far we get without ipv4 now that mirrors is ipv6
|
||||
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue