Jan Engelhardt wrote:
Posted for review and checkup. +++ net-2.6.25/include/linux/netfilter/xt_TOS.h @@ -0,0 +1,13 @@ +#ifndef _XT_TOS_TARGET_H +#define _XT_TOS_TARGET_H + +#ifndef IPTOS_NORMALSVC +# define IPTOS_NORMALSVC 0 +#endif + +struct xt_tos_target_info { + u_int8_t tos_value; + u_int8_t tos_mask;
Is the mask thing really useful?
--- net-2.6.25.orig/include/linux/netfilter_ipv4/Kbuild +++ net-2.6.25/include/linux/netfilter_ipv4/Kbuild @@ -9,7 +9,6 @@ header-y += ipt_NFQUEUE.h header-y += ipt_REJECT.h header-y += ipt_SAME.h header-y += ipt_TCPMSS.h -header-y += ipt_TOS.h
We also need to keep this one I think. - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html