summaryrefslogtreecommitdiffstats
path: root/kernel/linux/include
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-08-14 19:55:22 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-08-14 19:55:22 +0000
commit31cdf1b65f5f38bf7bfe3d618b5a5e1a35ff7ea2 (patch)
treeb52bb44090964419cbc481c4511f5a1e37d2dd61 /kernel/linux/include
parent11c8fcfe081ff72ae934f9f4193fe0abdbc2a270 (diff)
by Grzegorz Borowiak
Diffstat (limited to 'kernel/linux/include')
-rw-r--r--kernel/linux/include/linux/netfilter_bridge/ebt_arpreply.h11
1 files changed, 11 insertions, 0 deletions
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