From 9cccad8f789437174f3ff74af27a226de23b0b25 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 17 Oct 2002 22:00:23 +0000 Subject: add bcnt --- userspace/ebtables2/ebtables.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'userspace/ebtables2') diff --git a/userspace/ebtables2/ebtables.c b/userspace/ebtables2/ebtables.c index 2ace08c..c057f09 100644 --- a/userspace/ebtables2/ebtables.c +++ b/userspace/ebtables2/ebtables.c @@ -635,8 +635,9 @@ enddst: print_bug("Target not found"); t->print(hlp, hlp->t); if (replace.flags & LIST_C) - printf(", count = %llu", - replace.counters[entries->counter_offset + i].pcnt); + printf(", pcnt = %llu -- bcnt = %llu", + replace.counters[entries->counter_offset + i].pcnt, + replace.counters[entries->counter_offset + i].bcnt); printf("\n"); hlp = hlp->next; } -- cgit v1.2.3