From 51cef1a3e5d250bc92d3c66cda2a137afcca027a Mon Sep 17 00:00:00 2001 From: toby Date: Fri, 2 Nov 2018 23:54:39 +0100 Subject: [PATCH] fixing minor bug on ipmigw/mgmtgw interface --- 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 925b88e..943214c 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -223,7 +223,7 @@ case "$1" in cat <<-EOF >>$IFCONFIG auto ${if} iface ${if} inet static - address $ipv4 + address ${ipv4/\\/} EOF