From 26753888720d8e7eb422ae4311348347f5a05cb4 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 21 Aug 2019 00:42:13 +0200 Subject: nft: bridge: Rudimental among extension support Support among match as far as possible given the limitations of nftables sets, namely limited to homogeneous MAC address only or MAC and IP address only matches. Signed-off-by: Phil Sutter Acked-by: Pablo Neira Ayuso --- 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 fd7d601f..15b971da 100644 --- a/iptables/xtables-eb.c +++ b/iptables/xtables-eb.c @@ -594,6 +594,7 @@ void ebt_load_match_extensions(void) ebt_load_match("pkttype"); ebt_load_match("vlan"); ebt_load_match("stp"); + ebt_load_match("among"); ebt_load_watcher("log"); ebt_load_watcher("nflog"); -- cgit v1.2.3