Fix startup error

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2685 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-09-14 21:04:07 +00:00
parent 9fa1f5ceaf
commit e178cab644
2 changed files with 12 additions and 3 deletions

View File

@ -6497,9 +6497,9 @@ complete_standard_chain() # $1 = chain, $2 = source zone, $3 = destination zone
eval loglevel=\$${policychain}_loglevel
eval
policy_rules $1 $policy NONE $loglevel
policy_rules $1 $policy $loglevel
else
policy_rules $1 DROP NONE INFO
policy_rules $1 DROP info
fi
}

View File

@ -2,7 +2,16 @@ Shorewall 2.5.6.
Problems Corrected in 2.5.6:
None.
1) The following fatal error could occur at startup:
ERROR: Command "/sbin/iptables -A INPUT -j LOG --log-level NONE
--log-prefix "Shorewall:INPUT:ACCEPT:"" Failed
That problem has been corrected.
2) The Makefile is now unconditionally installed in /etc/shorewall
during an upgrade (the prior copy has been saved in
/etc/shorewall-<version>.bkout/Makefile).
New Features in 2.5.6: