summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-04-03 15:10:49 -0400
committerChris Buechler <cmb@pfsense.org>2010-04-03 15:10:49 -0400
commitc42276dbdd7e19b0bbdb19fbe94a921c5fde4157 (patch)
tree9ed18517465b133c1c55c6cf940328569aac39b2
parent3f115d0ed3b957d92a6708b02f4c839f93da0b98 (diff)
downloadpfsense-c42276dbdd7e19b0bbdb19fbe94a921c5fde4157.zip
pfsense-c42276dbdd7e19b0bbdb19fbe94a921c5fde4157.tar.gz
switch these back to no state until sloppy is fixed
-rw-r--r--etc/inc/filter.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 876c4e4..91ccb91 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1904,10 +1904,10 @@ EOD;
}
if($sa) {
$ipfrules .= <<<EOD
-pass in quick on \${$oc['descr']} from {$sa}/{$sn} to {$route['network']} keep state(sloppy) label "pass traffic between statically routed subnets"
-pass in quick on \${$oc['descr']} from {$route['network']} to {$sa}/{$sn} keep state(sloppy) label "pass traffic between statically routed subnets"
-pass out quick on \${$oc['descr']} from {$sa}/{$sn} to {$route['network']} keep state(sloppy) label "pass traffic between statically routed subnets"
-pass out quick on \${$oc['descr']} from {$route['network']} to {$sa}/{$sn} keep state(sloppy) label "pass traffic between statically routed subnets"
+pass in quick on \${$oc['descr']} from {$sa}/{$sn} to {$route['network']} no state label "pass traffic between statically routed subnets"
+pass in quick on \${$oc['descr']} from {$route['network']} to {$sa}/{$sn} no state label "pass traffic between statically routed subnets"
+pass out quick on \${$oc['descr']} from {$sa}/{$sn} to {$route['network']} no state label "pass traffic between statically routed subnets"
+pass out quick on \${$oc['descr']} from {$route['network']} to {$sa}/{$sn} no state label "pass traffic between statically routed subnets"
EOD;
}
OpenPOWER on IntegriCloud