From f1f6c326d78594fd0dc279d4870502addcd6fcc2 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 19 Jan 2018 01:41:38 +0100 Subject: src: delete flowtable This patch allows you to delete an existing flowtable: # nft delete flowtable x m Signed-off-by: Pablo Neira Ayuso --- include/netlink.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/netlink.h') diff --git a/include/netlink.h b/include/netlink.h index 41fd55f9..cbe9164d 100644 --- a/include/netlink.h +++ b/include/netlink.h @@ -186,6 +186,9 @@ extern int netlink_list_flowtables(struct netlink_ctx *ctx, extern int netlink_add_flowtable(struct netlink_ctx *ctx, const struct handle *h, struct flowtable *ft, uint32_t flags); +extern int netlink_delete_flowtable(struct netlink_ctx *ctx, + const struct handle *h, + struct location *loc); extern void netlink_dump_chain(const struct nftnl_chain *nlc, struct netlink_ctx *ctx); -- cgit v1.2.3