Project

General

Profile

« Previous | Next » 

Revision 00257cf5

Added by Ermal LUÇI almost 14 years ago

Remove references to undeclared table

View differences:

etc/inc/filter.inc
553 553
	$aliases .= "table <sshlockout> persist\n";
554 554
	$aliases .= "table <webConfiguratorlockout> persist\n";
555 555

  
556
	$aliases .= "#pfSnortSam tables\n";
556
	$aliases .= "#Snort tables\n";
557 557
	$aliases .= "table <snort2c>\n";
558 558

  
559 559
	$aliases .= "\ntable <virusprot>\n";
......
2244 2244

  
2245 2245
	$ipfrules .= <<<EOD
2246 2246

  
2247
# pfSnortSam
2247
# Snort package
2248 2248
block quick from <snort2c> to any label "Block snort2c hosts"
2249 2249
block quick from any to <snort2c> label "Block snort2c hosts"
2250
block quick from <pfSnortSamout> to any label "Block pfSnortSamOut hosts"
2251
block quick from any to <pfSnortSamin> label "Block pfSnortSamIn hosts"
2252 2250

  
2253 2251
EOD;
2254 2252

  

Also available in: Unified diff