From 8ff84eaf987d74603a88b02632bd00187defcf8d Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 5 May 2022 18:07:38 +0200 Subject: xshared: Move arp_opcodes into shared space It will be referenced by xtables_printhelp() if printing for arptables and therefore must be present in legacy as well even if unused. Signed-off-by: Phil Sutter --- extensions/libarpt_mangle.c | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions/libarpt_mangle.c') diff --git a/extensions/libarpt_mangle.c b/extensions/libarpt_mangle.c index a2378a8b..765edf34 100644 --- a/extensions/libarpt_mangle.c +++ b/extensions/libarpt_mangle.c @@ -13,7 +13,6 @@ #include #include #include "iptables/nft.h" -#include "iptables/nft-arp.h" static void arpmangle_print_help(void) { -- cgit v1.2.3