Display interface-specific dynamic blacklisting chains in 'shorewall monitor' output

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@702 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-08-11 22:25:45 +00:00
parent a1c1785048
commit b81591abfe
3 changed files with 9 additions and 1 deletions

View File

@ -38,3 +38,6 @@ Changes since 1.4.6
accounting code.
18) Allow degenerate DONE and COUNT rules.
19) Interface-specific dynamic blacklisting chains are now displayed by
"shorewall monitor".

View File

@ -22,6 +22,10 @@ Problems Corrected since version 1.4.6:
The firewall script has been modified to eliminate the error
messages.
5) Interface-specific dynamic blacklisting chains are now displayed by
"shorewall monitor" on the "Dynamic Chains" page (previously named
"Dynamic Chain").
Migration Issues:
1) Once you have installed this version of Shorewall, you must

View File

@ -252,9 +252,10 @@ display_chains()
echo "$banner `date`"
echo
firstchain=Yes
echo "Dynamic Chain"
echo "Dynamic Chains"
echo
showchain dynamic
showchain '.*_dyn'
timed_read
qt rm -f /tmp/chains-$$