From 0493a328ffd342f34f2b03c6bbcb6a7b5136ff54 Mon Sep 17 00:00:00 2001 From: toby Date: Tue, 23 Apr 2019 06:42:40 +0000 Subject: [PATCH] re-addign ipv4 dhcp for mgmt1, still need it for the hostname for, but prob gonna hardcode the dns/sntp/hostname at this point soon --- debian/wit-network-config.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/wit-network-config.postinst b/debian/wit-network-config.postinst index 2381187..047a153 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -229,7 +229,7 @@ case "$1" in pre-up /bin/ip link set master mgmt dev $ifname post-down /bin/ip link del dev mgmt #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 + iface $ifname inet dhcp # still need it, but at this point only for hostname, we prob think of something EOF