summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.linkup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 6283aa2..4dc3058 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -74,7 +74,7 @@ function handle_argument_group($iface, $argument2) {
log_error("DEVD Ethernet attached event for {$iface}");
log_error("HOTPLUG: Configuring interface {$iface}");
// Do not try to readd to bridge otherwise em(4) has problems
- interface_configure($iface, false, true);
+ interface_configure($iface, true, true);
break;
}
}
OpenPOWER on IntegriCloud