summaryrefslogtreecommitdiffstats
path: root/etc/rc.newipsecdns
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-06-18 19:24:42 +0000
committerErmal Luçi <eri@pfsense.org>2009-06-18 19:24:42 +0000
commit72bd8df5aa002c8982c026b077bab808881ae939 (patch)
treec9910a4830f46613dfefec1442e59b00783a9040 /etc/rc.newipsecdns
parent28506915d3945681f38bc89c0832d2bb093aa47a (diff)
downloadpfsense-72bd8df5aa002c8982c026b077bab808881ae939.zip
pfsense-72bd8df5aa002c8982c026b077bab808881ae939.tar.gz
Remove some unneccessary calls to filter_configure() they just give recursivity!
Diffstat (limited to 'etc/rc.newipsecdns')
-rwxr-xr-xetc/rc.newipsecdns3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.newipsecdns b/etc/rc.newipsecdns
index 4979505..42675e3 100755
--- a/etc/rc.newipsecdns
+++ b/etc/rc.newipsecdns
@@ -31,7 +31,6 @@
*/
/* parse the configuration and include all functions used below */
- require_once("config.inc");
require_once("functions.inc");
/* make sure to wait until the boot scripts have finished */
@@ -48,4 +47,6 @@
vpn_ipsec_refresh_policies();
vpn_ipsec_configure();
+
+ filter_configure();
?>
OpenPOWER on IntegriCloud