mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-11 08:08:12 +01:00
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:
parent
a1c1785048
commit
b81591abfe
@ -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".
|
||||
|
@ -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
|
||||
|
@ -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-$$
|
||||
|
Loading…
Reference in New Issue
Block a user