From 25ef90814a991e80384d4369565c6decadfcd409 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 19 Jul 2018 18:32:08 +0200 Subject: xtables: introduce nft_init_eb() This wraps nft_init(), adding required things needed for ebtables. Signed-off-by: Phil Sutter Signed-off-by: Florian Westphal --- iptables/nft.h | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables/nft.h') diff --git a/iptables/nft.h b/iptables/nft.h index 17031871..f73a61c5 100644 --- a/iptables/nft.h +++ b/iptables/nft.h @@ -145,6 +145,7 @@ int do_commandx(struct nft_handle *h, int argc, char *argv[], char **table, bool /* For xtables-arptables.c */ int do_commandarp(struct nft_handle *h, int argc, char *argv[], char **table); /* For xtables-eb.c */ +int nft_init_eb(struct nft_handle *h); int do_commandeb(struct nft_handle *h, int argc, char *argv[], char **table); /* -- cgit v1.2.3