From 31cdf1b65f5f38bf7bfe3d618b5a5e1a35ff7ea2 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 14 Aug 2003 19:55:22 +0000 Subject: by Grzegorz Borowiak --- kernel/linux/include/linux/netfilter_bridge/ebt_arpreply.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 kernel/linux/include/linux/netfilter_bridge/ebt_arpreply.h (limited to 'kernel/linux/include') diff --git a/kernel/linux/include/linux/netfilter_bridge/ebt_arpreply.h b/kernel/linux/include/linux/netfilter_bridge/ebt_arpreply.h new file mode 100644 index 0000000..96a8339 --- /dev/null +++ b/kernel/linux/include/linux/netfilter_bridge/ebt_arpreply.h @@ -0,0 +1,11 @@ +#ifndef __LINUX_BRIDGE_EBT_ARPREPLY_H +#define __LINUX_BRIDGE_EBT_ARPREPLY_H + +struct ebt_arpreply_info +{ + unsigned char mac[ETH_ALEN]; + int target; +}; +#define EBT_ARPREPLY_TARGET "arpreply" + +#endif -- cgit v1.2.3