summaryrefslogtreecommitdiffstats
path: root/iptables/nft.h
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-07-19 18:32:08 +0200
committerFlorian Westphal <fw@strlen.de>2018-07-19 23:12:37 +0200
commit25ef90814a991e80384d4369565c6decadfcd409 (patch)
treeb74a58fb55ca89941d93180e21d4ee5b2e9c692c /iptables/nft.h
parentde8574ac79c83d4575e2613472c1978a5154bdb7 (diff)
xtables: introduce nft_init_eb()
This wraps nft_init(), adding required things needed for ebtables. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/nft.h')
-rw-r--r--iptables/nft.h1
1 files changed, 1 insertions, 0 deletions
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);
/*