mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 12:13:29 +02:00
Fix 'routeback'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1236 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
6ce4d51fff
commit
b0523d5dd2
@ -30,3 +30,5 @@ Changes since 2.0.0
|
|||||||
"+".
|
"+".
|
||||||
|
|
||||||
15) Tighten edits on bridge port names.
|
15) Tighten edits on bridge port names.
|
||||||
|
|
||||||
|
16) Make 'routeback' on interfaces work again.
|
||||||
|
@ -592,7 +592,7 @@ determine_hosts() {
|
|||||||
hosts="$hosts $interface:$networks"
|
hosts="$hosts $interface:$networks"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if list_search routeback $options; then
|
if interface_has_option $interface routeback; then
|
||||||
eval ${zone}_routeback=\"$interface:$networks \$${zone}_routeback\"
|
eval ${zone}_routeback=\"$interface:$networks \$${zone}_routeback\"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Shorewall 2.0.1-RC3
|
Shorewall 2.0.1-RC4
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
Problems Corrected since 2.0.0
|
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
|
3) Thanks to Sean Mathews, a long-standing problem with Proxy ARP and
|
||||||
IPSEC has been corrected. Thanks Sean!!!
|
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:
|
Issues when migrating from Shorewall 2.0.0 to Shorewall 2.0.1:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user