summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-nft-multi.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2023-11-07 12:15:38 +0100
committerPhil Sutter <phil@nwl.cc>2023-11-07 23:40:14 +0100
commit5b7324e0675e332ae186e1bd6978aa320f628086 (patch)
treee258f128ccfe5637759cbce7031b6c491f8492f1 /iptables/xtables-nft-multi.c
parentab2d5f8c7bbeea49d9dddaaf3d2fac8c7fdeae56 (diff)
nft-arp: add arptables-translate
Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables/xtables-nft-multi.c')
-rw-r--r--iptables/xtables-nft-multi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables/xtables-nft-multi.c b/iptables/xtables-nft-multi.c
index e2b7c641..48265d8e 100644
--- a/iptables/xtables-nft-multi.c
+++ b/iptables/xtables-nft-multi.c
@@ -30,6 +30,7 @@ static const struct subcommand multi_subcommands[] = {
{"ip6tables-translate", xtables_ip6_xlate_main},
{"iptables-restore-translate", xtables_ip4_xlate_restore_main},
{"ip6tables-restore-translate", xtables_ip6_xlate_restore_main},
+ {"arptables-translate", xtables_arp_xlate_main},
{"arptables", xtables_arp_main},
{"arptables-nft", xtables_arp_main},
{"arptables-restore", xtables_arp_restore_main},