From c4f1622c8f52d69012f1e1cbaa908d8f72fc0959 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Fri, 4 May 2018 17:32:42 +0200 Subject: ebtables-compat: add arp match extension no translation yet, might be doable with raw payload expressions though. Signed-off-by: Florian Westphal --- iptables/xtables-eb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables') diff --git a/iptables/xtables-eb.c b/iptables/xtables-eb.c index 1230125f..bfa66d7d 100644 --- a/iptables/xtables-eb.c +++ b/iptables/xtables-eb.c @@ -665,6 +665,7 @@ void ebt_load_match_extensions(void) { opts = ebt_original_options; ebt_load_match("802_3"); + ebt_load_match("arp"); ebt_load_match("ip"); ebt_load_match("ip6"); ebt_load_match("mark_m"); -- cgit v1.2.3