From 1650806382a7c45cafd42dccaf2ed8cd64a2bd94 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Fri, 13 Apr 2018 14:53:43 +0200 Subject: xtables-eb: export 3 functions Will be used from eb-translate parser. Signed-off-by: Florian Westphal --- iptables/nft-bridge.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'iptables/nft-bridge.h') 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 -- cgit v1.2.3