From b0523d5dd23acd333619488ba558d196d5a92e7a Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 1 Apr 2004 16:34:24 +0000 Subject: [PATCH] Fix 'routeback' git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1236 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/changelog.txt | 2 ++ Shorewall2/firewall | 2 +- Shorewall2/releasenotes.txt | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Shorewall2/changelog.txt b/Shorewall2/changelog.txt index 212c26cf2..726703abf 100644 --- a/Shorewall2/changelog.txt +++ b/Shorewall2/changelog.txt @@ -30,3 +30,5 @@ Changes since 2.0.0 "+". 15) Tighten edits on bridge port names. + +16) Make 'routeback' on interfaces work again. diff --git a/Shorewall2/firewall b/Shorewall2/firewall index e75f5ac96..25152b90c 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -592,7 +592,7 @@ determine_hosts() { hosts="$hosts $interface:$networks" fi - if list_search routeback $options; then + if interface_has_option $interface routeback; then eval ${zone}_routeback=\"$interface:$networks \$${zone}_routeback\" fi done diff --git a/Shorewall2/releasenotes.txt b/Shorewall2/releasenotes.txt index 07948621d..451c6db8b 100755 --- a/Shorewall2/releasenotes.txt +++ b/Shorewall2/releasenotes.txt @@ -1,4 +1,4 @@ -Shorewall 2.0.1-RC3 +Shorewall 2.0.1-RC4 ---------------------------------------------------------------------- Problems Corrected since 2.0.0 @@ -13,10 +13,10 @@ Problems Corrected since 2.0.0 3) Thanks to Sean Mathews, a long-standing problem with Proxy ARP and IPSEC has been corrected. Thanks Sean!!! -Problems Corrected since 2.0.1 RC2 +Problems Corrected since 2.0.1 RC3 + +1) The 'routeback' interface option now works again. -1) A problem which caused "shorewall start" to fail when using a - light-weight shell such as 'ash' has been corrected. ----------------------------------------------------------------------- Issues when migrating from Shorewall 2.0.0 to Shorewall 2.0.1: