summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/interfaces.inc1
-rwxr-xr-xetc/rc.linkup1
2 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 2c10f1d..0ad8211 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3071,6 +3071,7 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven
}
}
+ interfaces_staticarp_configure($interface);
return 0;
}
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 3566b9d..6283aa2 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -72,7 +72,6 @@ function handle_argument_group($iface, $argument2) {
case "start":
case "up":
log_error("DEVD Ethernet attached event for {$iface}");
- interfaces_staticarp_configure($iface);
log_error("HOTPLUG: Configuring interface {$iface}");
// Do not try to readd to bridge otherwise em(4) has problems
interface_configure($iface, false, true);
OpenPOWER on IntegriCloud