summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2003-09-13 05:23:46 +0000
committerlaforge <laforge>2003-09-13 05:23:46 +0000
commitfe4f272ca5e2a43cfa9aafde2dcdd7dc2bc63fb8 (patch)
tree4ac48dd9e919379256956a1afad7646d188c335b
parent5c9f1f8243f20a538d5bd4c19a494ac0ec7795d3 (diff)
CLASSIFY is now built unconditionally, thus we need the kernel header
-rw-r--r--include/linux/netfilter_ipv4/ipt_CLASSIFY.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_CLASSIFY.h b/include/linux/netfilter_ipv4/ipt_CLASSIFY.h
new file mode 100644
index 0000000..7596e3d
--- /dev/null
+++ b/include/linux/netfilter_ipv4/ipt_CLASSIFY.h
@@ -0,0 +1,8 @@
+#ifndef _IPT_CLASSIFY_H
+#define _IPT_CLASSIFY_H
+
+struct ipt_classify_target_info {
+ u_int32_t priority;
+};
+
+#endif /*_IPT_CLASSIFY_H */