]> git.ipfire.org Git - thirdparty/iptables.git/commit
xtables: Pull table validity check out of do_parse()
authorPhil Sutter <phil@nwl.cc>
Fri, 26 Nov 2021 14:53:14 +0000 (15:53 +0100)
committerPhil Sutter <phil@nwl.cc>
Wed, 12 Jan 2022 13:04:52 +0000 (14:04 +0100)
commit98a4462f0abd54d96ed91d07d55608dd10fec414
treea7c9ad026fdd0a6fca309d4ee63b310861ff5077
parentd83371c7330632a85a443c09ade2f9e0fac615e4
xtables: Pull table validity check out of do_parse()

Makes do_parse() more generic, error codes don't change so this should
be safe.

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