summaryrefslogtreecommitdiffstats
path: root/userspace/arptables/include/linux/netfilter_arp.h
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2010-03-08 14:58:17 +0000
committerBart De Schuymer <bdschuym@pandora.be>2010-03-08 14:58:17 +0000
commit4bcde183a305d0d32681990397c1ccf6579fa35d (patch)
tree003985ea964b01fec3579b2beedfc9a8f4327814 /userspace/arptables/include/linux/netfilter_arp.h
parent3ebbac4c79c959c0c836d25806788d1aa2fb2602 (diff)
keep these headers so we don't need to convert things to x_tables
Diffstat (limited to 'userspace/arptables/include/linux/netfilter_arp.h')
-rw-r--r--userspace/arptables/include/linux/netfilter_arp.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/userspace/arptables/include/linux/netfilter_arp.h b/userspace/arptables/include/linux/netfilter_arp.h
new file mode 100644
index 0000000..92bc6dd
--- /dev/null
+++ b/userspace/arptables/include/linux/netfilter_arp.h
@@ -0,0 +1,19 @@
+#ifndef __LINUX_ARP_NETFILTER_H
+#define __LINUX_ARP_NETFILTER_H
+
+/* ARP-specific defines for netfilter.
+ * (C)2002 Rusty Russell IBM -- This code is GPL.
+ */
+
+#include <linux/netfilter.h>
+
+/* There is no PF_ARP. */
+#define NF_ARP 0
+
+/* ARP Hooks */
+#define NF_ARP_IN 0
+#define NF_ARP_OUT 1
+#define NF_ARP_FORWARD 2
+#define NF_ARP_NUMHOOKS 3
+
+#endif /* __LINUX_ARP_NETFILTER_H */