From 59c58dbea5764c6154fdd4ea72d36433e2389a62 Mon Sep 17 00:00:00 2001 From: "Pablo M. Bermudo Garay" Date: Thu, 19 May 2016 14:46:03 +0200 Subject: rule: add 'list flow tables' support This commit adds a new command that lists flow tables: # nft list flow tables [family] Only the declaration is displayed. If no family is specified, all flow tables of all families are listed. Signed-off-by: Pablo M. Bermudo Garay Signed-off-by: Pablo Neira Ayuso --- include/rule.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/rule.h b/include/rule.h index bfe398d6..ae77c4c1 100644 --- a/include/rule.h +++ b/include/rule.h @@ -316,6 +316,7 @@ enum cmd_obj { CMD_OBJ_EXPR, CMD_OBJ_MONITOR, CMD_OBJ_EXPORT, + CMD_OBJ_FLOWTABLES, }; struct export { -- cgit v1.2.3