summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_bridge/ebt_arpreply.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netfilter_bridge/ebt_arpreply.h')
-rw-r--r--include/linux/netfilter_bridge/ebt_arpreply.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/netfilter_bridge/ebt_arpreply.h b/include/linux/netfilter_bridge/ebt_arpreply.h
new file mode 100644
index 0000000..7e77896
--- /dev/null
+++ b/include/linux/netfilter_bridge/ebt_arpreply.h
@@ -0,0 +1,10 @@
+#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