summaryrefslogtreecommitdiffstats
path: root/iptables/nft-bridge.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-04-13 14:53:43 +0200
committerFlorian Westphal <fw@strlen.de>2018-04-13 20:06:47 +0200
commit1650806382a7c45cafd42dccaf2ed8cd64a2bd94 (patch)
tree2b4f79aca8e039da06aacf2a123cbda82686bd3e /iptables/nft-bridge.h
parent6b2041c7774e5a08b41698c0c34daa3f9e95895e (diff)
xtables-eb: export 3 functions
Will be used from eb-translate parser. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/nft-bridge.h')
-rw-r--r--iptables/nft-bridge.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/iptables/nft-bridge.h b/iptables/nft-bridge.h
index c5b7d3a6..9217d633 100644
--- a/iptables/nft-bridge.h
+++ b/iptables/nft-bridge.h
@@ -168,5 +168,10 @@ static inline const char *ebt_target_name(unsigned int verdict)
}) \
void ebt_cs_clean(struct ebtables_command_state *cs);
+void ebt_load_match_extensions(void);
+void ebt_add_match(struct xtables_match *m,
+ struct ebtables_command_state *cs);
+void ebt_add_watcher(struct xtables_target *watcher,
+ struct ebtables_command_state *cs);
#endif