From 7bc6d62b7e21573dff4fa0c84bcbe446dc652c76 Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 7 Sep 2011 13:03:29 +0000 Subject: [PATCH] Remove references to undeclared table --- etc/inc/filter.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 18e5067722..73c0820af9 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -534,7 +534,7 @@ function filter_generate_aliases() { $aliases .= "table persist\n"; $aliases .= "table persist\n"; - $aliases .= "#pfSnortSam tables\n"; + $aliases .= "#Snort tables\n"; $aliases .= "table \n"; $aliases .= "\ntable \n"; @@ -2095,11 +2095,9 @@ EOD; $ipfrules .= << to any label "Block snort2c hosts" block quick from any to label "Block snort2c hosts" -block quick from to any label "Block pfSnortSamOut hosts" -block quick from any to label "Block pfSnortSamIn hosts" EOD;