projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
generic: ar8216: use the generic get_port_link implementation
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.37
/
060-backport_tos2prio_ecn_fix.patch
1
--- a/net/ipv4/route.c
2
+++ b/net/ipv4/route.c
3
@@ -165,7 +165,7 @@ static struct dst_ops ipv4_dst_ops = {
4
5
const __u8 ip_tos2prio[16] = {
6
TC_PRIO_BESTEFFORT,
7
- ECN_OR_COST(FILLER),
8
+ ECN_OR_COST(BESTEFFORT),
9
TC_PRIO_BESTEFFORT,
10
ECN_OR_COST(BESTEFFORT),
11
TC_PRIO_BULK,
This page took
0.045646 seconds
and
5
git commands to generate.