summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-04 05:38:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-04 05:38:30 +0000
commit77718cb0dcdc0cc60b4aeab16f62e798014dbb01 (patch)
tree10cf397af5c179cb8d5cb659d8eb2c1542a93e79 /etc/inc
parent40b0fe5b565738f19cd5d90e795d7bea0a106adf (diff)
downloadpfsense-77718cb0dcdc0cc60b4aeab16f62e798014dbb01.zip
pfsense-77718cb0dcdc0cc60b4aeab16f62e798014dbb01.tar.gz
* Table anchors use <> not ""
Diffstat (limited to 'etc/inc')
-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 770807b..9fbf6d2 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1552,7 +1552,7 @@ EOD;
$ipfrules .= <<<EODF
# Support for allow limiting of TCP connections by establishment rate
anchor "limitingesr"
-table "virusprot" persist
+table <virusprot>
block in $log quick on $wanif from <bogons> to any label "block bogon networks from wan"
EODF;
OpenPOWER on IntegriCloud