On Oct 20 2007 17:25, Patrick McHardy wrote: > Jan Engelhardt wrote: >> Convert ipt_tos to xt_tos, adding support for IPv6. >> >> +MODULE_ALIAS("ipt_tos"); >> +MODULE_ALIAS("ip6t_tos"); > > Looks good, but I think this breaks bisection since you remove ipt_tos > in a later patch. I'll fold those together and queue it up for 2.6.25. > Thanks Jan. > Someone please test it :) I do not think it breaks compilation bisection. The only thing I am worried about is iptables, because that needs to move from ipt_tos.h to xt_tos.h and I am not sure how that is going to fly unless the following requirement is put up: linux <= 2.6.24 : iptables <= 1.4.0 linux >= 2.6.25 : iptables >= 1.4.1 i.e. a flag day for both projects. - 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