From: Bart De Schuymer Date: Thu, 17 Oct 2002 22:00:23 +0000 (+0000) Subject: add bcnt X-Git-Tag: submit/upstream/20140618.160417~321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73fccca7c1bb1feacca901471eeafc32a713786b;p=platform%2Fupstream%2Febtables.git add bcnt --- 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; }