summaryrefslogtreecommitdiffstats
path: root/iptables/tests/shell/testcases/ebtables/0010-change-counters_0
Commit message (Collapse)AuthorAgeFilesLines
* ebtables: Implement --change-counters commandPhil Sutter2023-11-231-0/+45
Treat it like --replace against the same rule with changed counters. The operation is obviously not atomic, so rule counters may change in kernel while the rule is fetched, modified and replaced. Signed-off-by: Phil Sutter <phil@nwl.cc>