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

extern char *opcodes[];
#define NUMOPCODES 9

void nft_rule_to_arptables_command_state(const struct nftnl_rule *r,
					 struct iptables_command_state *cs);

#endif