]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
CLASSIFY is now built unconditionally, thus we need the kernel header
authorHarald Welte <laforge@gnumonks.org>
Sat, 13 Sep 2003 05:23:46 +0000 (05:23 +0000)
committerHarald Welte <laforge@gnumonks.org>
Sat, 13 Sep 2003 05:23:46 +0000 (05:23 +0000)
include/linux/netfilter_ipv4/ipt_CLASSIFY.h [new file with mode: 0644]

diff --git a/include/linux/netfilter_ipv4/ipt_CLASSIFY.h b/include/linux/netfilter_ipv4/ipt_CLASSIFY.h
new file mode 100644 (file)
index 0000000..7596e3d
--- /dev/null
@@ -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 */