]> git.ipfire.org Git - thirdparty/iptables.git/commit
xshared: Support rule range deletion in do_parse()
authorPhil Sutter <phil@nwl.cc>
Wed, 15 Nov 2023 12:09:27 +0000 (13:09 +0100)
committerPhil Sutter <phil@nwl.cc>
Tue, 5 Dec 2023 15:35:37 +0000 (16:35 +0100)
commitd5605f44cdc0354ccbbc3cc46346823865c8a5fe
tree6a8bf72d29410e9f4b5efb60bf6ac89a189c0d26
parent6e870112174289840867605a245ea07d5f704e44
xshared: Support rule range deletion in do_parse()

This is a distinct ebtables feature. Introduce struct
xt_cmd_parse::rule_ranges boolean indicating support for it and bail
otherwise if a range was specified by the user.

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