diff --git a/debian/wit-network-config.postinst b/debian/wit-network-config.postinst index 01520cd..2381187 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -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