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:
teastep 2004-12-03 20:35:21 +00:00
parent 5183520419
commit 35f5ccba79
3 changed files with 10 additions and 0 deletions

View File

@ -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".

View File

@ -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.

View File

@ -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