add bcnt
authorBart De Schuymer <bdschuym@pandora.be>
Thu, 17 Oct 2002 22:00:23 +0000 (22:00 +0000)
committerBart De Schuymer <bdschuym@pandora.be>
Thu, 17 Oct 2002 22:00:23 +0000 (22:00 +0000)
ebtables.c

index 2ace08c..c057f09 100644 (file)
@@ -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;
        }