commit | 72597135cdd2fe524f9a185d7f954c2c3980f3ee | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Mar 06 08:26:00 2018 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Mar 13 17:30:29 2018 +0100 |
tree | 75ae545ec47cae79f7f4716dcc68092f6c3daca1 | |
parent | 010eacd968a73ddcb8592b14c1607e1004120ede [diff] |
netfilter: x_tables: fix build with CONFIG_COMPAT=n I placed the helpers within CONFIG_COMPAT section, move them outside. Fixes: 472ebdcd15ebdb ("netfilter: x_tables: check error target size too") Fixes: 07a9da51b4b6ae ("netfilter: x_tables: check standard verdicts in core") Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>