From 63ab99a28ed1ebc60e5100bc15ddbb0f268c33e5 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 30 Oct 2006 19:25:39 +0000 Subject: [PATCH] Fix restoration of route with a metric git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4768 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/changelog.txt | 2 ++ Shorewall/releasenotes.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index c35c41271..d562202f1 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -2,6 +2,8 @@ Changes in 3.3.4 1) Restore default route when there are no 'balance' providers. +2) Fixes to change 1. + Changes in 3.3.4 1) Make exclusion work with "show zones" diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index fa4eae24b..cc5b1493d 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -37,6 +37,9 @@ Problems Corrected in 3.3.5 /etc/shorewall/providers then "shorewall restart" would not restore 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. None.