]> git.ipfire.org Git - thirdparty/iptables.git/commit
xtables: Reserve space for 'opt' column in ip6tables output
authorPhil Sutter <phil@nwl.cc>
Fri, 3 Aug 2018 15:26:46 +0000 (17:26 +0200)
committerFlorian Westphal <fw@strlen.de>
Sat, 4 Aug 2018 21:40:13 +0000 (23:40 +0200)
commitcd79556bfa15056f2a430e57993a2a64c734b3cf
tree7230a40b65ced05bdb978a94886952e9a32e55d4
parent03572549df349455fcade80dfab0b28904975330
xtables: Reserve space for 'opt' column in ip6tables output

Although ip6tables does not support matching on fragments, the 'opt'
column is included in ruleset listing nevertheless. So
nft_ipv6_print_rule() has to fill that space up with blanks.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Florian Westphal <fw@strlen.de>
iptables/nft-ipv6.c