From c10dbf9284a2486388e3148200cfc6dfd1920611 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 15 Feb 2011 15:16:56 -0500 Subject: Add snort2c table back in for now. --- etc/inc/filter.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/inc') diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index b42c10f..b786d96 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -522,6 +522,7 @@ function filter_generate_aliases() { $aliases .= "table persist\n"; $aliases .= "#pfSnortSam tables\n"; + $aliases .= "table \n"; $aliases .= "table \n"; $aliases .= "table \n"; @@ -2018,6 +2019,8 @@ 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" -- cgit v1.1