forked from extern/shorewall_code
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.
|
accounting code.
|
||||||
|
|
||||||
18) Allow degenerate DONE and COUNT rules.
|
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
|
The firewall script has been modified to eliminate the error
|
||||||
messages.
|
messages.
|
||||||
|
|
||||||
|
5) Interface-specific dynamic blacklisting chains are now displayed by
|
||||||
|
"shorewall monitor" on the "Dynamic Chains" page (previously named
|
||||||
|
"Dynamic Chain").
|
||||||
|
|
||||||
Migration Issues:
|
Migration Issues:
|
||||||
|
|
||||||
1) Once you have installed this version of Shorewall, you must
|
1) Once you have installed this version of Shorewall, you must
|
||||||
|
@ -252,9 +252,10 @@ display_chains()
|
|||||||
echo "$banner `date`"
|
echo "$banner `date`"
|
||||||
echo
|
echo
|
||||||
firstchain=Yes
|
firstchain=Yes
|
||||||
echo "Dynamic Chain"
|
echo "Dynamic Chains"
|
||||||
echo
|
echo
|
||||||
showchain dynamic
|
showchain dynamic
|
||||||
|
showchain '.*_dyn'
|
||||||
timed_read
|
timed_read
|
||||||
|
|
||||||
qt rm -f /tmp/chains-$$
|
qt rm -f /tmp/chains-$$
|
||||||
|
Loading…
Reference in New Issue
Block a user