summaryrefslogtreecommitdiffstats
path: root/iptables/nft-arp.h
blob: 3411fc3d7c7b336732f5a842fb1279d07c465f92 (plain)
1
2
3
4
5
6
7
#ifndef _NFT_ARP_H_
#define _NFT_ARP_H_

extern char *arp_opcodes[];
#define NUMOPCODES 9

#endif