From c42ec084204ddaaf6f03c69f7f35d0a8d4142706 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 17 Apr 2005 15:35:07 +0000 Subject: [PATCH] Minor cleanups git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2061 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/firewall | 2 ++ Shorewall2/releasenotes.txt | 2 +- Shorewall2/zones | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) 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 #