]> git.ipfire.org Git - thirdparty/iptables.git/commit
ebtables: Implement --check command
authorPhil Sutter <phil@nwl.cc>
Thu, 1 Dec 2022 12:06:25 +0000 (13:06 +0100)
committerPhil Sutter <phil@nwl.cc>
Fri, 2 Dec 2022 00:47:32 +0000 (01:47 +0100)
commitd1fb4f93d35860624c8a07844942febb113f2b65
tree2a344b88fe323364dfe8e383c6a1a7cefec19ab5
parent39a2aa8cbfc99f4a75dfc0786a80ced90952ab29
ebtables: Implement --check command

Sadly, '-C' is in use already for --change-counters (even though
ebtables-nft does not implement this), so add a long-option only. It is
needed for xlate testsuite in replay mode, which will use '--check'
instead of '-C'.

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/xtables-eb.c