diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 508fcaee3..cc62575cb 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -4613,6 +4613,8 @@ process_rules() expandv xtarget xclients xservers if [ "x$xclients" = xnone -o "x$servers" = xnone ]; then + rule="$(echo $xtarget $xclients $xservers $xprotocol $xports $xcports $xaddress $xratelimit $xuserspec)" + progress_message " Rule \"$rule\" ignored." continue fi diff --git a/Shorewall2/releasenotes.txt b/Shorewall2/releasenotes.txt index 8f64532a7..b27703da0 100755 --- a/Shorewall2/releasenotes.txt +++ b/Shorewall2/releasenotes.txt @@ -168,7 +168,7 @@ New Features in version 2.2.4 AllowFTP $FTP_CLIENTS fw When FTP_CLIENTS is set to 'none', the above rule is ignored. - Otherwise, the rule is evaluated and generates iptables rules. + Otherwise, the rule is evaluated and generates Netfilter rules. ----------------------------------------------------------------------- Problems corrected in version 2.2.3 diff --git a/Shorewall2/zones b/Shorewall2/zones index b0362ce76..88a3ecfef 100644 --- a/Shorewall2/zones +++ b/Shorewall2/zones @@ -4,6 +4,8 @@ # This file determines your network zones. Columns are: # # ZONE Short name of the zone (5 Characters or less in length). +# The names "all" and "none" are reserved and may not be +# used as zone names. # DISPLAY Display name of the zone # COMMENTS Comments about the zone #