summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-24 04:30:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-24 04:30:08 +0000
commitded4e2a356141dcbca84d9c1ec341fa5e49df24b (patch)
tree21b1d848b7a5391dd46eb7511d808a7da6fb94ac /etc
parent67a7aac7695cfe32f7959e290687f6f800844971 (diff)
downloadpfsense-ded4e2a356141dcbca84d9c1ec341fa5e49df24b.zip
pfsense-ded4e2a356141dcbca84d9c1ec341fa5e49df24b.tar.gz
No need to flush nat and rule during every filter_configure cycle
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index e4351aa..e54034b 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -82,8 +82,6 @@ function filter_configure() {
}
if( !isset( $config['system']['disablefilter'] ) ) {
mwexec("/sbin/pfctl -e");
- mwexec("/sbin/pfctl -F nat");
- mwexec("/sbin/pfctl -F rules");
} else {
mwexec("/sbin/pfctl -d");
return;
OpenPOWER on IntegriCloud