summaryrefslogtreecommitdiffstats
path: root/iptables/nft-arp.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-06-08 15:19:18 +0200
committerFlorian Westphal <fw@strlen.de>2018-11-19 18:38:35 +0100
commitbd5f7f521d537bee43337cd576108d6843f82608 (patch)
tree783fd9d77ae5afd102060b0e10ef8ad611e04da0 /iptables/nft-arp.h
parent3c7ea26c85b95a4c62355c359030d6bbdf2f8df0 (diff)
xtables: rename opcodes to arp_opcodes
way too generic name. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/nft-arp.h')
-rw-r--r--iptables/nft-arp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/nft-arp.h b/iptables/nft-arp.h
index da6bd380..3411fc3d 100644
--- a/iptables/nft-arp.h
+++ b/iptables/nft-arp.h
@@ -1,7 +1,7 @@
#ifndef _NFT_ARP_H_
#define _NFT_ARP_H_
-extern char *opcodes[];
+extern char *arp_opcodes[];
#define NUMOPCODES 9
#endif