]> git.ipfire.org Git - thirdparty/iptables.git/commit
xshared: Eliminate iptables_command_state->invert
authorPhil Sutter <phil@nwl.cc>
Wed, 11 Nov 2020 16:16:40 +0000 (17:16 +0100)
committerPhil Sutter <phil@nwl.cc>
Mon, 17 May 2021 13:06:48 +0000 (15:06 +0200)
commit3664249f520308e8d9ce6238374f08ac96aedbb6
treee71eed5f4bbf2e73c00b9045a45c22c6499c34f2
parentf647f61f273a15ed25307d7ca7a19cefc828c54c
xshared: Eliminate iptables_command_state->invert

This field is not used by routines working with struct
iptables_command_state: It is merely a temporary flag used by parsers to
carry the '!' prefix until invflags have been populated (or error
checking done if unsupported).

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