mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 03:34:31 +01:00
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:
parent
59f76c7d49
commit
eb06f44604
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user