Fix restoration of route with a metric

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4768 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-10-30 19:25:39 +00:00
parent 656f2c2128
commit 63ab99a28e
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,8 @@ Changes in 3.3.4
1) Restore default route when there are no 'balance' providers. 1) Restore default route when there are no 'balance' providers.
2) Fixes to change 1.
Changes in 3.3.4 Changes in 3.3.4
1) Make exclusion work with "show zones" 1) Make exclusion work with "show zones"

View File

@ -37,6 +37,9 @@ Problems Corrected in 3.3.5
/etc/shorewall/providers then "shorewall restart" would not restore /etc/shorewall/providers then "shorewall restart" would not restore
the default route that was in place prior to "shorewall start". the default route that was in place prior to "shorewall start".
2) Previously, restoration of routing was ignoring the "-n"
option. Now such restoration only occurs if "-n" was not specified.
Other Changes in 3.3.5. Other Changes in 3.3.5.
None. None.