Project

General

Profile

« Previous | Next » 

Revision 7bc6d62b

Added by Ermal LUÇI almost 14 years ago

Remove references to undeclared table

View differences:

etc/inc/filter.inc
534 534
	$aliases .= "table <sshlockout> persist\n";
535 535
	$aliases .= "table <webConfiguratorlockout> persist\n";
536 536

  
537
	$aliases .= "#pfSnortSam tables\n";
537
	$aliases .= "#Snort tables\n";
538 538
	$aliases .= "table <snort2c>\n";
539 539

  
540 540
	$aliases .= "\ntable <virusprot>\n";
......
2095 2095

  
2096 2096
	$ipfrules .= <<<EOD
2097 2097

  
2098
# pfSnortSam
2098
# Snort package
2099 2099
block quick from <snort2c> to any label "Block snort2c hosts"
2100 2100
block quick from any to <snort2c> label "Block snort2c hosts"
2101
block quick from <pfSnortSamout> to any label "Block pfSnortSamOut hosts"
2102
block quick from any to <pfSnortSamin> label "Block pfSnortSamIn hosts"
2103 2101

  
2104 2102
EOD;
2105 2103

  

Also available in: Unified diff