summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-05-04 17:32:42 +0200
committerFlorian Westphal <fw@strlen.de>2018-05-21 10:08:34 +0200
commitc4f1622c8f52d69012f1e1cbaa908d8f72fc0959 (patch)
treeddf536aa1b882a3d3949c8ee943010bba9efa1d3 /iptables
parent24ce7465056ae1a8e29405e58849c15860999f39 (diff)
ebtables-compat: add arp match extension
no translation yet, might be doable with raw payload expressions though. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables')
-rw-r--r--iptables/xtables-eb.c1
1 files changed, 1 insertions, 0 deletions
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");