summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-05-01 19:38:54 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-05-01 19:38:54 +0000
commit36e371b6af49cce914822aa02bddf000e38ba1e0 (patch)
tree5271668d9124fe585f5da5529d60e74010d2da5f
parenta7780cff92ae61852c259f29019bfaf43e70aca6 (diff)
also update bcnt
-rw-r--r--userspace/ebtables2/communication.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/ebtables2/communication.c b/userspace/ebtables2/communication.c
index 70f5ff8..ab21327 100644
--- a/userspace/ebtables2/communication.c
+++ b/userspace/ebtables2/communication.c
@@ -323,6 +323,7 @@ void deliver_counters(struct ebt_u_replace *u_repl)
* So, we just copy
*/
new->pcnt = old->pcnt;
+ new->bcnt = old->bcnt;
/* we've used an old counter */
old++;
/* we've set a new counter */