diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 5e1370f43..3e6e7bb4f 100755 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -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". diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 743ee18be..6742860ac 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -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 diff --git a/Shorewall/shorewall b/Shorewall/shorewall index ff9132581..bf38b96b9 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -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-$$