Fix 'routeback'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1236 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-04-01 16:34:24 +00:00
parent 6ce4d51fff
commit b0523d5dd2
3 changed files with 7 additions and 5 deletions

View File

@ -30,3 +30,5 @@ Changes since 2.0.0
"+".
15) Tighten edits on bridge port names.
16) Make 'routeback' on interfaces work again.

View File

@ -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

View File

@ -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: