From ae84328ef4547189877267a42ed84dce60891dc2 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Tue, 3 Apr 2007 21:49:40 +0000 Subject: Also configure loopback. Otherwise filter rules can not be loaded --- etc/inc/pfsense-utils.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc/inc/pfsense-utils.inc') diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index c9b8bb7..768e854 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -2490,6 +2490,9 @@ function reload_all_sync() { /* generate resolv.conf */ system_resolvconf_generate(); + /* Set up our loopback interface */ + interfaces_loopback_configure(); + /* delete all old interface information */ $iflist = split(" ", str_replace("\n", "", `/sbin/ifconfig -l`)); @@ -3307,4 +3310,4 @@ function interface_has_gateway($friendly) { } } -?> \ No newline at end of file +?> -- cgit v1.1