]> git.ipfire.org Git - thirdparty/iptables.git/commit
xtables: Remove target_maxnamelen field
authorPhil Sutter <phil@nwl.cc>
Thu, 11 Oct 2018 11:30:38 +0000 (13:30 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 15 Oct 2018 09:58:47 +0000 (11:58 +0200)
commit2673fafaafd2fb72b2830fa07b172c2d4d5a553e
treebbcdd82694b0ac5e789d467c06ed75aa67618698
parent8ca343624da596313f566147f54d206a24994aae
xtables: Remove target_maxnamelen field

This is a partial revert of commit 9f075031a1973 ("Combine
parse_target() and command_jump() implementations"): Upstream prefers to
reduce max chain name length of arptables by two characters instead of
the introduced struct xtables_globals field which requires to bump
library API version.

Fixes: 9f075031a1973 ("Combine parse_target() and command_jump() implementations")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/xtables.h
iptables/ip6tables.c
iptables/iptables.c
iptables/xshared.c
iptables/xtables-arp.c
iptables/xtables.c