summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-04-19 11:19:52 +0200
committerFlorian Westphal <fw@strlen.de>2018-04-19 13:07:41 +0200
commit5c8ce9c6aede0277b4f88482a8c87fb1662d4b85 (patch)
tree8617f468722abd5e193732781bbf990007b341d0 /iptables
parent8a85a148d0a4765cf15b05e2b3088a1a0562bf50 (diff)
ebtables-compat: add 'ip6' match extension
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 c99033a7..449adc3d 100644
--- a/iptables/xtables-eb.c
+++ b/iptables/xtables-eb.c
@@ -666,6 +666,7 @@ void ebt_load_match_extensions(void)
opts = ebt_original_options;
ebt_load_match("802_3");
ebt_load_match("ip");
+ ebt_load_match("ip6");
ebt_load_match("mark_m");
ebt_load_match("limit");