From edf2b7c0863133b38ba48dbcaa18a16bdba1a588 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Tue, 9 Oct 2018 17:21:37 +0200 Subject: ebtables-nft: add arpreply target Unfortunately no nft translation available so far. Signed-off-by: Florian Westphal --- iptables/xtables-eb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables/xtables-eb.c') diff --git a/iptables/xtables-eb.c b/iptables/xtables-eb.c index c36c12e6..87189144 100644 --- a/iptables/xtables-eb.c +++ b/iptables/xtables-eb.c @@ -655,6 +655,7 @@ void ebt_load_match_extensions(void) ebt_load_target("mark"); ebt_load_target("dnat"); ebt_load_target("snat"); + ebt_load_target("arpreply"); ebt_load_target("redirect"); ebt_load_target("standard"); } -- cgit v1.2.3