summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-05-07 12:34:11 +0000
committerErmal <eri@pfsense.org>2013-05-07 12:34:11 +0000
commit982e004f0ae0ae89f627e879be0f355001ae2f5d (patch)
tree8d496f0cf3adb7bd20922b4db7912e16a5d06640 /etc/rc.linkup
parent70a99e87f748f234b8dc8ee7a5fdd0f144fff984 (diff)
downloadpfsense-982e004f0ae0ae89f627e879be0f355001ae2f5d.zip
pfsense-982e004f0ae0ae89f627e879be0f355001ae2f5d.tar.gz
Pull code from the calling place rather than the interfaces.inc
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 4dc3058..0c6db18 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -73,6 +73,8 @@ function handle_argument_group($iface, $argument2) {
case "up":
log_error("DEVD Ethernet attached event for {$iface}");
log_error("HOTPLUG: Configuring interface {$iface}");
+ require_once("vpn.inc");
+ require_once("captiveportal.inc");
// Do not try to readd to bridge otherwise em(4) has problems
interface_configure($iface, true, true);
break;
OpenPOWER on IntegriCloud