From 6ddfa6c21682114e98f87b9a98ff713ca68f8eaa Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 7 May 2013 15:48:31 +0545 Subject: 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. --- etc/inc/interfaces.inc | 2 ++ 1 file changed, 2 insertions(+) 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) { -- cgit v1.1