]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: allow listing all ct helpers
authorFlorian Westphal <fw@strlen.de>
Mon, 20 Feb 2017 17:03:18 +0000 (18:03 +0100)
committerFlorian Westphal <fw@strlen.de>
Thu, 16 Mar 2017 09:09:59 +0000 (10:09 +0100)
commitaabb9c46ac4cfdff3aad136dd2ed7cb2bb0f9293
tree2694f95407d9ac4f0fdb76db092f50042c15e371
parentec38e5ed61a088a1fbd2922742c9125aa1c63a7c
src: allow listing all ct helpers

this implements
nft list ct helpers table filter
table ip filter {
    ct helper ftp-standard {
..

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/rule.h
src/evaluate.c
src/parser_bison.y
src/rule.c