Removes ipt_tos since there is now xt_tos. Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> --- remove include/linux/netfilter_ipv4/ipt_tos.h remove net/ipv4/netfilter/ipt_tos.c net/ipv4/netfilter/Kconfig | 9 --------- net/ipv4/netfilter/Makefile | 1 - 2 files changed, 10 deletions(-) Index: gitone/net/ipv4/netfilter/Kconfig =================================================================== --- gitone.orig/net/ipv4/netfilter/Kconfig +++ gitone/net/ipv4/netfilter/Kconfig @@ -63,15 +63,6 @@ config IP_NF_MATCH_IPRANGE To compile it as a module, choose M here. If unsure, say N. -config IP_NF_MATCH_TOS - tristate "TOS match support" - depends on IP_NF_IPTABLES - help - TOS matching allows you to match packets based on the Type Of - Service fields of the IP packet. - - To compile it as a module, choose M here. If unsure, say N. - config IP_NF_MATCH_RECENT tristate "recent match support" depends on IP_NF_IPTABLES Index: gitone/net/ipv4/netfilter/Makefile =================================================================== --- gitone.orig/net/ipv4/netfilter/Makefile +++ gitone/net/ipv4/netfilter/Makefile @@ -47,7 +47,6 @@ obj-$(CONFIG_IP_NF_MATCH_ECN) += ipt_ecn obj-$(CONFIG_IP_NF_MATCH_IPRANGE) += ipt_iprange.o obj-$(CONFIG_IP_NF_MATCH_OWNER) += ipt_owner.o obj-$(CONFIG_IP_NF_MATCH_RECENT) += ipt_recent.o -obj-$(CONFIG_IP_NF_MATCH_TOS) += ipt_tos.o obj-$(CONFIG_IP_NF_MATCH_TTL) += ipt_ttl.o # targets - 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