fixing another bug for ipmi/mgmtgw interfaces
This commit is contained in:
parent
51cef1a3e5
commit
188c679218
|
@ -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/\\/}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue