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 --- iptables/xtables-monitor.c | 1 - 1 file changed, 1 deletion(-) (limited to 'iptables/xtables-monitor.c') diff --git a/iptables/xtables-monitor.c b/iptables/xtables-monitor.c index 8a04f4d1..905bb7fe 100644 --- a/iptables/xtables-monitor.c +++ b/iptables/xtables-monitor.c @@ -37,7 +37,6 @@ #include "iptables.h" /* for xtables_globals */ #include "xtables-multi.h" #include "nft.h" -#include "nft-arp.h" struct cb_arg { uint32_t nfproto; -- cgit v1.2.3