From 73fccca7c1bb1feacca901471eeafc32a713786b Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 17 Oct 2002 22:00:23 +0000 Subject: [PATCH] add bcnt --- ebtables.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ebtables.c b/ebtables.c index 2ace08c..c057f09 100644 --- a/ebtables.c +++ b/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; } -- 2.7.4