diff options
Diffstat (limited to 'net-scripts/net/apipa.sh')
-rw-r--r-- | net-scripts/net/apipa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-scripts/net/apipa.sh b/net-scripts/net/apipa.sh index 5ccdc18..b482e4b 100644 --- a/net-scripts/net/apipa.sh +++ b/net-scripts/net/apipa.sh @@ -14,7 +14,7 @@ apipa_depend() { # # Tries to detect a config based on arpinging things apipa_start() { - local iface="$1" i1 i2 addr i=0 + local iface="$1" i1= i2= addr= i=0 interface_exists "$1" true || return 1 |