From fe4f272ca5e2a43cfa9aafde2dcdd7dc2bc63fb8 Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 13 Sep 2003 05:23:46 +0000 Subject: CLASSIFY is now built unconditionally, thus we need the kernel header --- include/linux/netfilter_ipv4/ipt_CLASSIFY.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/linux/netfilter_ipv4/ipt_CLASSIFY.h 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 */ -- cgit v1.2.3