From 7f4e0126c915233ba8af1ae03ad437f7d8d3b37d Mon Sep 17 00:00:00 2001 From: Toastman Date: Fri, 20 Jan 2012 11:21:18 +0700 Subject: [PATCH] increase TC_HTB_NUMPRIO to 10, missed in previous commit of 13th January (4e0ea5614e9fcd95d30b9e94588fabc23f0e4f7f) --- release/src/router/iproute2/include/linux/pkt_sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src/router/iproute2/include/linux/pkt_sched.h b/release/src/router/iproute2/include/linux/pkt_sched.h index 8f617b4d71..4aa6d2893d 100644 --- a/release/src/router/iproute2/include/linux/pkt_sched.h +++ b/release/src/router/iproute2/include/linux/pkt_sched.h @@ -258,7 +258,7 @@ struct tc_gred_sopt }; /* HTB section */ -#define TC_HTB_NUMPRIO 8 +#define TC_HTB_NUMPRIO 10 #define TC_HTB_MAXDEPTH 8 #define TC_HTB_PROTOVER 3 /* the same as HTB and TC's major */ -- 2.11.4.GIT