diff --git a/STABLE2/changelog.txt b/STABLE2/changelog.txt index 245911641..3d955b30b 100644 --- a/STABLE2/changelog.txt +++ b/STABLE2/changelog.txt @@ -56,3 +56,5 @@ Changes in 2.0.9 1) Corrected setup_tc1() handling of the PROTO column. 2) Added warning about ADD_SNAT_ALIASES in the masq file. + +3) Added "brctl show" to the status command. diff --git a/STABLE2/releasenotes.txt b/STABLE2/releasenotes.txt index 3dd1a7b8a..4d7d6b354 100644 --- a/STABLE2/releasenotes.txt +++ b/STABLE2/releasenotes.txt @@ -1,4 +1,4 @@ -Shorewall 2.0.8 +Shorewall 2.0.9 ---------------------------------------------------------------------- Problems Corrected in version 2.0.4 @@ -125,6 +125,12 @@ Problems Corrected in version 2.0.9 1) Previously, an empty PROTO column or a value of "all" in that column would cause errors when processing the /etc/shorewall/tcrules file. +New Fewatures in version 2.0.9 + +1) The "shorewall status" command now includes the output of "brctl + show" if the bridge tools are installed. + + diff --git a/STABLE2/shorewall b/STABLE2/shorewall index 35eb4904c..b0470a0e5 100755 --- a/STABLE2/shorewall +++ b/STABLE2/shorewall @@ -885,6 +885,14 @@ case "$1" in echo "IP Configuration" echo ip addr ls + + if qt which brctl; then + echo + echo "Bridges" + echo + brctl show + fi + echo echo "Routing Rules" echo