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
- Lines: 11
- Date:
Fri Aug 18 10:26:25 2000
- Orig file:
v2.4.0-test6/linux/net/sched/sch_ingress.c
- Orig date:
Sun Mar 19 18:35:31 2000
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)