summaryrefslogtreecommitdiffstats
path: root/kernel/linux2.5/include/linux/netfilter_bridge/ebt_arpreply.h
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2004-11-21 19:33:49 +0000
committerBart De Schuymer <bdschuym@pandora.be>2004-11-21 19:33:49 +0000
commit85844ecdd8923a08143af27df1f0806f9809ace8 (patch)
tree63d1e8311584c0a0f54ca7f7c648cb012d28a957 /kernel/linux2.5/include/linux/netfilter_bridge/ebt_arpreply.h
parent8b5d92f69081fa50c65ab9ebb3637175c423b051 (diff)
update to 2.6.10
Diffstat (limited to 'kernel/linux2.5/include/linux/netfilter_bridge/ebt_arpreply.h')
-rw-r--r--kernel/linux2.5/include/linux/netfilter_bridge/ebt_arpreply.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel/linux2.5/include/linux/netfilter_bridge/ebt_arpreply.h b/kernel/linux2.5/include/linux/netfilter_bridge/ebt_arpreply.h
new file mode 100644
index 0000000..96a8339
--- /dev/null
+++ b/kernel/linux2.5/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