GNU Linux-libre 4.9.296-gnu1
[releases.git] / include / uapi / linux / netfilter_bridge / ebt_arpreply.h
1 #ifndef __LINUX_BRIDGE_EBT_ARPREPLY_H
2 #define __LINUX_BRIDGE_EBT_ARPREPLY_H
3
4 #include <linux/if_ether.h>
5
6 struct ebt_arpreply_info {
7         unsigned char mac[ETH_ALEN];
8         int target;
9 };
10 #define EBT_ARPREPLY_TARGET "arpreply"
11
12 #endif