patch-2.4.0-test7 linux/net/sched/sch_ingress.c

Next file: linux/net/sched/sch_red.c
Previous file: linux/net/sched/sch_gred.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test6/linux/net/sched/sch_ingress.c linux/net/sched/sch_ingress.c
@@ -157,9 +157,7 @@
 #endif
 	};
 
-#ifdef CONFIG_NET_CLS_TCINDEX
-         skb->tc_index = TC_H_MIN(res.classid);
-#endif
+	skb->tc_index = TC_H_MIN(res.classid);
 	return result;
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)