Skip to content
Commit f20faa06 authored by Todd Seidelmann's avatar Todd Seidelmann Committed by Pablo Neira Ayuso
Browse files

netfilter: ebtables: Fix argument order to ADD_COUNTER



The ordering of arguments to the x_tables ADD_COUNTER macro
appears to be wrong in ebtables (cf. ip_tables.c, ip6_tables.c,
and arp_tables.c).

This causes data corruption in the ebtables userspace tools
because they get incorrect packet & byte counts from the kernel.

Fixes: d72133e6 ("netfilter: ebtables: use ADD_COUNTER macro")
Signed-off-by: default avatarTodd Seidelmann <tseidelmann@linode.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 0d7342c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment