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/mnl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/mnl.h') diff --git a/include/mnl.h b/include/mnl.h index 470b2978..1b2450a9 100644 --- a/include/mnl.h +++ b/include/mnl.h @@ -95,6 +95,9 @@ mnl_nft_flowtable_dump(struct netlink_ctx *ctx, int family, const char *table); int mnl_nft_flowtable_batch_add(struct nftnl_flowtable *flo, struct nftnl_batch *batch, unsigned int flags, uint32_t seqnum); +int mnl_nft_flowtable_batch_del(struct nftnl_flowtable *flow, + struct nftnl_batch *batch, unsigned int flags, + uint32_t seqnum); struct nftnl_ruleset *mnl_nft_ruleset_dump(struct netlink_ctx *ctx, uint32_t family); -- cgit v1.2.3