mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 11:44:01 +01:00
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:
parent
e52318ee8d
commit
f107620ef8
6
New/README.txt
Normal file
6
New/README.txt
Normal 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.
|
@ -1717,7 +1717,7 @@ sub add_common_rules() {
|
|||||||
if ( @$list ) {
|
if ( @$list ) {
|
||||||
my $disposition;
|
my $disposition;
|
||||||
|
|
||||||
progress_message2 ' $doing TCP Flags checking...';
|
progress_message2 " $doing TCP Flags checking...";
|
||||||
|
|
||||||
$chainref = new_standard_chain 'tcpflags';
|
$chainref = new_standard_chain 'tcpflags';
|
||||||
|
|
||||||
@ -1762,7 +1762,7 @@ sub add_common_rules() {
|
|||||||
if ( $config{DYNAMIC_ZONES} ) {
|
if ( $config{DYNAMIC_ZONES} ) {
|
||||||
for $interface ( @interfaces) {
|
for $interface ( @interfaces) {
|
||||||
for $chain ( @{dynamic_chains $interface} ) {
|
for $chain ( @{dynamic_chains $interface} ) {
|
||||||
new_standard_chain '$chain';
|
new_standard_chain $chain;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user