forked from extern/shorewall_code
Fix typo in check_firewall()
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1719 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
8846160eee
commit
515484137e
@ -114,3 +114,5 @@ Changes since 2.0.3
|
||||
54) Added CONNMARK/ipp2p support.
|
||||
|
||||
55) Added LOGALLNEW support.
|
||||
|
||||
56) Fix typo in check_config()
|
||||
|
@ -2750,7 +2750,7 @@ check_config() {
|
||||
echo "Determining Zones..."
|
||||
|
||||
determine_zones
|
||||
check_dupliate_zones
|
||||
check_duplicate_zones
|
||||
|
||||
[ -z "$zones" ] && startup_error "ERROR: No Zones Defined"
|
||||
|
||||
|
@ -94,6 +94,14 @@ Problems corrected since 2.1.11
|
||||
then an incorrect ruleset is generated. This problem was introduced
|
||||
in 2.1.11.
|
||||
|
||||
Problems corrected since 2.2.0 Beta 1.
|
||||
|
||||
1) The "shorewall check" command results in the (harmless) error
|
||||
message:
|
||||
|
||||
/usr/share/shorewall/firewall: line 2753:
|
||||
check_dupliate_zones: command not found
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
Issues when migrating from Shorewall 2.0 to Shorewall 2.1:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user