summaryrefslogtreecommitdiffstats
path: root/include/rule.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-02-20 18:03:18 +0100
committerFlorian Westphal <fw@strlen.de>2017-03-16 10:09:59 +0100
commitaabb9c46ac4cfdff3aad136dd2ed7cb2bb0f9293 (patch)
tree2694f95407d9ac4f0fdb76db092f50042c15e371 /include/rule.h
parentec38e5ed61a088a1fbd2922742c9125aa1c63a7c (diff)
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>
Diffstat (limited to 'include/rule.h')
-rw-r--r--include/rule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rule.h b/include/rule.h
index d89a963d..b791cc0a 100644
--- a/include/rule.h
+++ b/include/rule.h
@@ -370,6 +370,7 @@ enum cmd_obj {
CMD_OBJ_COUNTERS,
CMD_OBJ_QUOTA,
CMD_OBJ_QUOTAS,
+ CMD_OBJ_CT_HELPERS,
};
struct export {