Add README warning to this Branch

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5524 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-03-14 16:07:30 +00:00
parent e52318ee8d
commit f107620ef8
2 changed files with 8 additions and 2 deletions

6
New/README.txt Normal file
View File

@ -0,0 +1,6 @@
************** W A R N I N G ****************
This is code in development that is very likely not to work at all.
Look at it if you are interested in the next release of Shorewall but
the code is useless beyond its curiosity value.

View File

@ -1717,7 +1717,7 @@ sub add_common_rules() {
if ( @$list ) {
my $disposition;
progress_message2 ' $doing TCP Flags checking...';
progress_message2 " $doing TCP Flags checking...";
$chainref = new_standard_chain 'tcpflags';
@ -1762,7 +1762,7 @@ sub add_common_rules() {
if ( $config{DYNAMIC_ZONES} ) {
for $interface ( @interfaces) {
for $chain ( @{dynamic_chains $interface} ) {
new_standard_chain '$chain';
new_standard_chain $chain;
}
}