fixing minor bug on ipmigw/mgmtgw interface

This commit is contained in:
toby 2018-11-02 23:54:39 +01:00
parent 6c16ceb2c9
commit 51cef1a3e5
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ case "$1" in
cat <<-EOF >>$IFCONFIG
auto ${if}
iface ${if} inet static
address $ipv4
address ${ipv4/\\/}
EOF