From 31f01fe765c96c9d93034a08ffdc3e8240fdea83 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 16 Nov 2009 11:20:02 -0800 Subject: [PATCH] Document fixing route rule addition code --- Shorewall/changelog.txt | 2 ++ Shorewall/releasenotes.txt | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index c8f826954..d5cc1654f 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -16,6 +16,8 @@ Changes in Shorewall 4.4.4 8) Implement 'show policies' command. +9) Fix route_rule suppression for down provider. + Changes in Shorewall 4.4.3 1) Move Debian INITLOG initialization to /etc/default/shorewall diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 8a23e5e6e..88792fce9 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -190,6 +190,12 @@ Shorewall 4.4.4 2) The Shorewall operations log (specified by STARTUP_LOG) is now secured 0600. +3) Previously, the compiler generated an incorrect test for interface + availability in the generated code for adding route rules. The + result was that the rules were always added, regardless of the + state of the provider's interface. Now, the rules are only added + when the interface is available. + ---------------------------------------------------------------------------- K N O W N P R O B L E M S R E M A I N I N G ----------------------------------------------------------------------------