From 0c3aded0b6d587b962be66b54bdc050d3b3cfdcb Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 24 Apr 2020 15:25:26 +0200 Subject: ebtables-restore: Drop custom table flush routine At least since flushing xtables-restore doesn't fetch chains from kernel anymore, problems with pending policy rule delete jobs can't happen anymore. Signed-off-by: Phil Sutter --- iptables/nft.h | 1 - 1 file changed, 1 deletion(-) (limited to 'iptables/nft.h') diff --git a/iptables/nft.h b/iptables/nft.h index 2094b014..ebb4044d 100644 --- a/iptables/nft.h +++ b/iptables/nft.h @@ -160,7 +160,6 @@ uint32_t nft_invflags2cmp(uint32_t invflags, uint32_t flag); int nft_commit(struct nft_handle *h); int nft_bridge_commit(struct nft_handle *h); int nft_abort(struct nft_handle *h); -int nft_abort_policy_rule(struct nft_handle *h, const char *table); /* * revision compatibility. -- cgit v1.2.3