diff --git a/Shorewall2/changelog.txt b/Shorewall2/changelog.txt index 0d28563a7..2cb234d9b 100644 --- a/Shorewall2/changelog.txt +++ b/Shorewall2/changelog.txt @@ -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". diff --git a/Shorewall2/releasenotes.txt b/Shorewall2/releasenotes.txt index 5be9d1f84..85b88eb30 100755 --- a/Shorewall2/releasenotes.txt +++ b/Shorewall2/releasenotes.txt @@ -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. diff --git a/Shorewall2/shorewall b/Shorewall2/shorewall index 2b16dfc90..ebebb2fd7 100755 --- a/Shorewall2/shorewall +++ b/Shorewall2/shorewall @@ -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