mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 23:37:29 +02:00
12 lines
276 B
Diff
12 lines
276 B
Diff
|
--- a/net/ipv4/route.c
|
||
|
+++ b/net/ipv4/route.c
|
||
|
@@ -165,7 +165,7 @@ static struct dst_ops ipv4_dst_ops = {
|
||
|
|
||
|
const __u8 ip_tos2prio[16] = {
|
||
|
TC_PRIO_BESTEFFORT,
|
||
|
- ECN_OR_COST(FILLER),
|
||
|
+ ECN_OR_COST(BESTEFFORT),
|
||
|
TC_PRIO_BESTEFFORT,
|
||
|
ECN_OR_COST(BESTEFFORT),
|
||
|
TC_PRIO_BULK,
|