fixing another bug for ipmi/mgmtgw interfaces

This commit is contained in:
toby 2018-11-03 00:02:42 +01:00
parent 51cef1a3e5
commit 188c679218
1 changed files with 2 additions and 2 deletions

View File

@ -221,8 +221,8 @@ case "$1" in
ipv4=$(dig_txt ipv4.$if.${HOSTNAME})
cat <<-EOF >>$IFCONFIG
auto ${if}
iface ${if} inet static
auto ${ifname}
iface ${ifname} inet static
address ${ipv4/\\/}