Merge "labs: fix _config_interfaces_nat arg"
This commit is contained in:
commit
c2de830ea8
@ -245,7 +245,7 @@ function _ifnum_to_ifname_ubuntu {
|
|||||||
|
|
||||||
|
|
||||||
function _config_interfaces_nat {
|
function _config_interfaces_nat {
|
||||||
local IF_NAME=eth0
|
local IF_NUM=$1
|
||||||
|
|
||||||
local IF_NAME="$(_ifnum_to_ifname_ubuntu "$IF_NUM")"
|
local IF_NAME="$(_ifnum_to_ifname_ubuntu "$IF_NUM")"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user