aboutsummaryrefslogtreecommitdiffstats
path: root/config/routed/routed.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-12-09 08:25:18 -0500
committerjim-p <jimp@pfsense.org>2015-12-09 08:25:18 -0500
commit27f16996febd41362d312466e6f2b6cf5b3f00e4 (patch)
treecd7f0894d43b5e620fe1e28846ce49b2f9e8021b /config/routed/routed.inc
parent084051a9d97c09873e76ae20b560d391885e3c49 (diff)
parent6d67e32abe0ea2157b3047cde6d06afc9dbbf83f (diff)
downloadpfsense-packages-27f16996febd41362d312466e6f2b6cf5b3f00e4.tar.gz
pfsense-packages-27f16996febd41362d312466e6f2b6cf5b3f00e4.tar.bz2
pfsense-packages-27f16996febd41362d312466e6f2b6cf5b3f00e4.zip
Merge pull request #1211 from doktornotor/patch-2
Diffstat (limited to 'config/routed/routed.inc')
-rw-r--r--config/routed/routed.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/routed/routed.inc b/config/routed/routed.inc
index c83b0052..5bee0cac 100644
--- a/config/routed/routed.inc
+++ b/config/routed/routed.inc
@@ -27,6 +27,11 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
+require_once("config.inc");
+require_once("interfaces.inc");
+require_once("service-utils.inc");
+require_once("util.inc");
+
function setup_routed() {
global $config;