Merge 'brctl show' change from 2.0.9

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1639 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-09-23 22:11:10 +00:00
parent 59f76c7d49
commit eb06f44604
2 changed files with 10 additions and 0 deletions

View File

@ -87,3 +87,5 @@ Changes since 2.0.3
41) Avoid double-setting proxy arp flags.
42) Fix DELAYBLACKLISTLOAD=No.
43) Merge 'brctl show' change from 2.0.9.

View File

@ -952,6 +952,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