From 0383d72232687cade4d21a63d054a1e80dd3ad48 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 24 Feb 2006 19:00:23 +0000 Subject: [PATCH] Clean up release notes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3572 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/releasenotes.txt | 81 ++++++++++++++++++++++---------------- 1 file changed, 47 insertions(+), 34 deletions(-) diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 79f315816..d7b3dcc25 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -90,19 +90,45 @@ Migration Considerations: New Features: -1) A new 'shorewall compile' command has been added. +1) Shorewall has always been very noisy (lots of messages). No more. + + You set the default level of verbosity using the VERBOSITY option in + shorewall.conf. If you don't set it (as would be the case of you use your + old shorewall.conf file) then VERBOSITY defaults to a value of 2 which is + the old default. A value of 1 suppresses some of the output (like the old + -q option did) while a value of 0 makes Shorewall almost silent. A value + of -1 suppresses all output except warning and error messages. + + The value specified in the 3.2 shorewall.conf is 1. So you can make + Shorewall as verbose as previously using a single -v and you can make it + silent by using a single -q. + + If the default is set at 2, you can still make a command silent by using + two "q"s (e.g., shorewall -qq restart). + + In summary, each "q" subtracts one from VERBOSITY while each "v" adds one + to VERBOSITY. + + The "shorewall show log", "shorewall logwatch" and "shorewall dump" + commands require VERBOSITY to be greater than or equal to 3 to display MAC + addresses.This is consistent with the previous implementation which + required a single -v to enable MAC display but means that if you set + VERBOSITY=0 in shorewall.conf, then you will need to include -vvv in + commands that display log records in order to have MACs displayed. + +2) A new 'shorewall compile' command has been added. shorewall compile [ -e ] [ -d ] [ ]