summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-10 20:08:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-10 20:08:04 +0000
commit935c2c51a0d74abe22ac2522e2ece1fbd6538886 (patch)
tree411b3943f2051d994f4fcda10807315e2d1a34ff
parenta0ea70abf0586e039a5552acea2aacaa89865609 (diff)
downloadpfsense-935c2c51a0d74abe22ac2522e2ece1fbd6538886.zip
pfsense-935c2c51a0d74abe22ac2522e2ece1fbd6538886.tar.gz
Change staticroutedsubnets to staticrouted since its too long for an anchor name.
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index ae36d3b..4484a00 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -968,7 +968,7 @@ EOD;
if ($sa) {
$ipfrules .= <<<EOD
-anchor "staticroutedsubnets"
+anchor "staticrouted"
pass in quick on {$if} from {$sa}/{$sn} to {$route['network']} label "pass traffic between statically routed subnets"
pass in quick on {$if} from {$route['network']} to {$sa}/{$sn} label "pass traffic between statically routed subnets"
pass out quick on {$if} from {$sa}/{$sn} to {$route['network']} label "pass traffic between statically routed subnets"
OpenPOWER on IntegriCloud