diff options
author | Phil Davis <phil.davis@world.inf.org> | 2013-05-07 15:48:31 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2013-05-07 15:48:31 +0545 |
commit | 6ddfa6c21682114e98f87b9a98ff713ca68f8eaa (patch) | |
tree | 8e5b21ced68a4abb06ef588fb05d891239b221aa /etc/inc/interfaces.inc | |
parent | 7610866f5c0761e0236bda7b298acca53e61f9c9 (diff) | |
download | pfsense-6ddfa6c21682114e98f87b9a98ff713ca68f8eaa.zip pfsense-6ddfa6c21682114e98f87b9a98ff713ca68f8eaa.tar.gz |
Add includes to interfaces.inc
There were some includes needed when calling into here from rc.linkup - somehow everything else that calls interface_configure(p1, "true", p3) has already included these.
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r-- | etc/inc/interfaces.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index a618323..88d9bd4 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -45,6 +45,8 @@ require_once("globals.inc"); require_once("util.inc"); require_once("gwlb.inc"); +require_once("vpn.inc"); +require_once("captiveportal.inc"); function interfaces_bring_up($interface) { if(!$interface) { |