summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-28 23:51:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-28 23:51:55 +0000
commit578ce7c3ee0fb1d3136413a88c48957159eeced1 (patch)
tree7a8376746625861155ee01ecab1bc8df94703635 /etc/inc/filter.inc
parent6254c1be9682d8e1973873a14f35767ba1e0e751 (diff)
downloadpfsense-578ce7c3ee0fb1d3136413a88c48957159eeced1.zip
pfsense-578ce7c3ee0fb1d3136413a88c48957159eeced1.tar.gz
Delete the 2nd and 3rd rules as well
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index ffe28c5..d953e58 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -109,6 +109,8 @@ function filter_configure_sync() {
unmute_kernel_msgs();
}
exec("/sbin/ipfw delete set 9");
+ exec("/sbin/ipfw delete 2");
+ exec("/sbin/ipfw delete 3");
}
}
@@ -3252,4 +3254,4 @@ function return_vpn_subnet($adr) {
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud