From aa616f20d6f264fd273d35851ae2088bd6aeb624 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 5 Mar 2003 22:48:36 +0000 Subject: [PATCH] Remove stale comments from params file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@481 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/changelog.txt | 4 ++++ Shorewall/params | 18 ------------------ Shorewall/releasenotes.txt | 3 ++- 3 files changed, 6 insertions(+), 19 deletions(-) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 816123d60..714ccd08a 100755 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -54,3 +54,7 @@ Changes since 1.3.14 24. Remove 'check' command support. 25. Restore 'check' command support. + +26. Remove unused function find_interface_broadcasts() + +27. Remove stale comments in the params file. diff --git a/Shorewall/params b/Shorewall/params index 24f534712..ba53d6446 100644 --- a/Shorewall/params +++ b/Shorewall/params @@ -21,23 +21,5 @@ # # net eth0 130.252.100.255 routefilter,norfc1918 # -# Variables can be used in the following places in the other configuration -# files: -# -# /etc/shorewall/interfaces: -# /etc/shorewall/hosts -# -# All except the first column. -# -# /etc/shorewall/rules -# -# First column after ":". -# All remaining columns -# -# /etc/shorewall/tunnels -# /etc/shorewall/proxyarp -# /etc/shorewall/nat -# -# All columns ############################################################################## #LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index ad250ad0d..122c28d62 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -74,7 +74,8 @@ Changes for 1.4 include: http://www.shorewall/net/pub/shorewall/ecn/patch. c) You must have iptables 1.2.7a installed. - +10) The /etc/shorewall/params file is now processed first so that + variables may be used in the /etc/shorewall/shorewall.conf file.