From 40a8fc51030e8948bcfe60b27695eca7794bae3e Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 7 Dec 2004 15:56:53 +0000 Subject: [PATCH] Fix typo in interfaces file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1809 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE2/changelog.txt | 2 ++ STABLE2/interfaces | 2 +- STABLE2/releasenotes.txt | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/STABLE2/changelog.txt b/STABLE2/changelog.txt index b2d6ec8ff..bae24020a 100644 --- a/STABLE2/changelog.txt +++ b/STABLE2/changelog.txt @@ -103,3 +103,5 @@ Changes in 2.0.13 Changes in 2.0.14 1) Log drops due to policy rate limiting. + +2) Fix typo in interfaces file. diff --git a/STABLE2/interfaces b/STABLE2/interfaces index 64c02ee22..01ed6f353 100644 --- a/STABLE2/interfaces +++ b/STABLE2/interfaces @@ -29,7 +29,7 @@ # # BROADCAST The broadcast address for the subnetwork to which the # interface belongs. For P-T-P interfaces, this -# column is left black.If the interface has multiple +# column is left blank.If the interface has multiple # addresses on multiple subnets then list the broadcast # addresses as a comma-separated list. # diff --git a/STABLE2/releasenotes.txt b/STABLE2/releasenotes.txt index e4dccbec8..df44b51f8 100644 --- a/STABLE2/releasenotes.txt +++ b/STABLE2/releasenotes.txt @@ -255,3 +255,7 @@ New Features in 2.0.14 exceeded the specified rate was silently dropped. Now, if a log level is given in the entry (LEVEL column) then drops are logged at that level at a rate of 5/min with a burst of 5. +----------------------------------------------------------------------- +Problems corrected in 2.0.14 + +1) A typo in the /etc/shorewall/interfaces file has been fixed.