summaryrefslogtreecommitdiffstats
path: root/ebtables.c
diff options
context:
space:
mode:
Diffstat (limited to 'ebtables.c')
-rw-r--r--ebtables.c5
1 files 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;
}