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})
|
ipv4=$(dig_txt ipv4.$if.${HOSTNAME})
|
||||||
|
|
||||||
cat <<-EOF >>$IFCONFIG
|
cat <<-EOF >>$IFCONFIG
|
||||||
auto ${if}
|
auto ${ifname}
|
||||||
iface ${if} inet static
|
iface ${ifname} inet static
|
||||||
address ${ipv4/\\/}
|
address ${ipv4/\\/}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue