mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
Add adapter stats to shorewall status output
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1798 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
5183520419
commit
35f5ccba79
@ -166,3 +166,5 @@ Changes since 2.0.3
|
||||
80) Split restore-base into two files.
|
||||
|
||||
81) Correct OUTPUT handling of dynamic zones.
|
||||
|
||||
82) Add adapter statistics to the output of "shorewall status".
|
||||
|
@ -766,3 +766,7 @@ New Features:
|
||||
Any other config file:
|
||||
|
||||
INCLUDE $FILE
|
||||
|
||||
33) The output of "shorewall status" now includes the results of "ip
|
||||
-stat link ls". This helps diagnose performance problems caused by
|
||||
link errors.
|
||||
|
@ -982,6 +982,10 @@ case "$1" in
|
||||
echo "IP Configuration"
|
||||
echo
|
||||
ip addr ls
|
||||
echo
|
||||
echo "IP Stats"
|
||||
echo
|
||||
ip -stat link ls
|
||||
|
||||
if qt which brctl; then
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user