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/nft-arp.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 iptables/nft-arp.h (limited to 'iptables/nft-arp.h') diff --git a/iptables/nft-arp.h b/iptables/nft-arp.h deleted file mode 100644 index 3411fc3d..00000000 --- a/iptables/nft-arp.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef _NFT_ARP_H_ -#define _NFT_ARP_H_ - -extern char *arp_opcodes[]; -#define NUMOPCODES 9 - -#endif -- cgit v1.2.3