Displaying 1 result from an estimated 1 matches for "admindown".
Did you mean:
admindn
2006 Jun 22
0
[Bug 488] New: Chain/Groupings of networks don't total pkts and bytes correctly
...respective chain manually as
shown below, I get to correct total.
if [[ $1 = -a ]]; then
ADMINUP=`/sbin/iptables --list ADMIN-UP -n -v -x | /usr/bin/tr -
s ' '|/b
in/grep all|/bin/cut -d " " -f 3`
expr `echo $ADMINUP|sed s/" "/" + "/g`
ADMINDOWN=`/sbin/iptables --list ADMIN-DOWN -n -v -x | /usr/bin/tr -
s '
'|/bin/grep all|/bin/cut -d " " -f 3`
expr `echo $ADMINDOWN|sed s/" "/" + "/g`
fi
Chain FORWARD (policy ACCEPT 372862 packets, 89753461 bytes)
pkts bytes target prot opt in...