From 4a24a5a513c977f0c65d98a0ab96d15130cb0c7c Mon Sep 17 00:00:00 2001 From: toby Date: Wed, 12 Sep 2018 12:27:37 +0200 Subject: [PATCH] switching back mgmt1 to ipv6 auto/slaac since ipmi is that way too regardless and finally found jinja2 filter --- 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 7c11508..75184f2 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -84,7 +84,7 @@ case "$1" in pre-up /bin/ip link set up dev mgmt pre-up /bin/ip link set master mgmt dev mgmt1 post-down /bin/ip link del dev mgmt - iface mgmt1 inet6 dhcp + iface mgmt1 inet6 auto EOF cat <<-"EOF" >/etc/network/interfaces.d/feth