mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 16:13:18 +01:00
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:
parent
9fa1f5ceaf
commit
e178cab644
@ -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
|
||||
}
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user