Displaying 1 result from an estimated 1 matches for "adminup".
Did you mean:
adminus
2006 Jun 22
0
[Bug 488] New: Chain/Groupings of networks don't total pkts and bytes correctly
...signedTo: laforge@netfilter.org
ReportedBy: muzinim@losrios.edu
The output at the end of the description shows all chains/groups reflect the
same statistics. If I total up the members of a 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...