summaryrefslogtreecommitdiffstats
path: root/kernel/linux2.5/include/linux/netfilter_bridge/ebt_mark_t.h
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-09-16 20:25:25 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-09-16 20:25:25 +0000
commit5186b52583ac7c8fc78235d41541a51e5d7b53d2 (patch)
tree66c93f4e6d0b7b28012eb7a5031055dc247f0e3a /kernel/linux2.5/include/linux/netfilter_bridge/ebt_mark_t.h
parente5ed21681d65767a0bfdbb30e92d6c40fdca8ea6 (diff)
*** empty log message ***
Diffstat (limited to 'kernel/linux2.5/include/linux/netfilter_bridge/ebt_mark_t.h')
-rw-r--r--kernel/linux2.5/include/linux/netfilter_bridge/ebt_mark_t.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/linux2.5/include/linux/netfilter_bridge/ebt_mark_t.h b/kernel/linux2.5/include/linux/netfilter_bridge/ebt_mark_t.h
new file mode 100644
index 0000000..f84d2ad
--- /dev/null
+++ b/kernel/linux2.5/include/linux/netfilter_bridge/ebt_mark_t.h
@@ -0,0 +1,12 @@
+#ifndef __LINUX_BRIDGE_EBT_MARK_T_H
+#define __LINUX_BRIDGE_EBT_MARK_T_H
+
+struct ebt_mark_t_info
+{
+ unsigned long mark;
+ // EBT_ACCEPT, EBT_DROP or EBT_CONTINUE or EBT_RETURN
+ int target;
+};
+#define EBT_MARK_TARGET "mark"
+
+#endif