mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02: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.
|
41) Avoid double-setting proxy arp flags.
|
||||||
|
|
||||||
42) Fix DELAYBLACKLISTLOAD=No.
|
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 Configuration"
|
||||||
echo
|
echo
|
||||||
ip addr ls
|
ip addr ls
|
||||||
|
|
||||||
|
if qt which brctl; then
|
||||||
|
echo
|
||||||
|
echo "Bridges"
|
||||||
|
echo
|
||||||
|
brctl show
|
||||||
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Routing Rules"
|
echo "Routing Rules"
|
||||||
echo
|
echo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user