summaryrefslogtreecommitdiffstats
path: root/kernel/patches/incremental-patches/ebtables-v2.0_vs_2.4.18.pre4.001.diff
blob: 3699bdfbaf6897c3a2d6a708a1d088934ce41b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- /dev/null	Thu Aug 24 11:00:32 2000
+++ ebt2.0pre4/include/linux/netfilter_bridge/ebt_redirect.h	Mon Apr 29 20:00:05 2002
@@ -0,0 +1,11 @@
+#ifndef __LINUX_BRIDGE_EBT_REDIRECT_H
+#define __LINUX_BRIDGE_EBT_REDIRECT_H
+
+struct ebt_redirect_info
+{
+	// EBT_ACCEPT, EBT_DROP or EBT_CONTINUE
+	__u8 target;
+};
+#define EBT_REDIRECT_TARGET "redirect"
+
+#endif