summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-compat-multi.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-04-12 11:31:31 +0200
committerFlorian Westphal <fw@strlen.de>2018-04-13 22:17:16 +0200
commit207dd5e853e42b4477f4cb7234fc28bb6b30275d (patch)
treebace0251f099c577234b9af1586fa3f5720b75c3 /iptables/xtables-compat-multi.c
parentd988274d8f2e7cee8deea954ca3e70b4080b7e86 (diff)
xt-compat: add ebtables-translate
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/xtables-compat-multi.c')
-rw-r--r--iptables/xtables-compat-multi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables/xtables-compat-multi.c b/iptables/xtables-compat-multi.c
index 032911e1..0b05eade 100644
--- a/iptables/xtables-compat-multi.c
+++ b/iptables/xtables-compat-multi.c
@@ -33,6 +33,7 @@ static const struct subcommand multi_subcommands[] = {
{"arptables", xtables_arp_main},
{"arptables-compat", xtables_arp_main},
{"ebtables-compat", xtables_eb_main},
+ {"ebtables-translate", xtables_eb_xlate_main},
{"ebtables", xtables_eb_main},
{NULL},
};