From: Harald Welte Date: Sat, 13 Sep 2003 05:23:46 +0000 (+0000) Subject: CLASSIFY is now built unconditionally, thus we need the kernel header X-Git-Tag: v1.2.9-rc1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fef3b8ec4b10c79c75a6893c3179f13a3645aa7d;p=thirdparty%2Fiptables.git CLASSIFY is now built unconditionally, thus we need the kernel header --- diff --git a/include/linux/netfilter_ipv4/ipt_CLASSIFY.h b/include/linux/netfilter_ipv4/ipt_CLASSIFY.h new file mode 100644 index 00000000..7596e3dd --- /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 */