]> git.ipfire.org Git - thirdparty/iptables.git/commit
xshared: struct xt_cmd_parse::xlate is unused
authorPhil Sutter <phil@nwl.cc>
Sun, 19 Nov 2023 12:18:26 +0000 (13:18 +0100)
committerPhil Sutter <phil@nwl.cc>
Thu, 23 Nov 2023 16:59:42 +0000 (17:59 +0100)
commitb180d9c86d2cce6ab6fd3e3617faf320a8a1babb
tree6f39610d8848e41571fd7470e487e02200b92a6b
parenta26212542c27fee2f5fcabd22abaf03e74d1c7fc
xshared: struct xt_cmd_parse::xlate is unused

Drop the boolean, it was meant to disable some existence checks in
do_parse() prior to the caching rework. Now that do_parse() runs before
any caching is done, the checks in question don't exist anymore so drop
this relict.

Fixes: a7f1e208cdf9c ("nft: split parsing from netlink commands")
Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/xshared.h
iptables/xtables-translate.c