From fd8d7d7e5d911ab3752e72105643454da7544df3 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Sun, 1 Jul 2018 20:45:04 +0200 Subject: ebtables-nft: add stp match Unfortunately no nft translation available so far. Signed-off-by: Florian Westphal --- iptables/xtables-eb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables/xtables-eb.c') diff --git a/iptables/xtables-eb.c b/iptables/xtables-eb.c index 57026f0e..2f27656d 100644 --- a/iptables/xtables-eb.c +++ b/iptables/xtables-eb.c @@ -659,6 +659,7 @@ void ebt_load_match_extensions(void) ebt_load_match("limit"); ebt_load_match("pkttype"); ebt_load_match("vlan"); + ebt_load_match("stp"); ebt_load_watcher("log"); ebt_load_watcher("nflog"); -- cgit v1.2.3