aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index 209989cf7d1b..870b5182ddd8 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -204,7 +204,7 @@ static struct dst_ops ipv4_dst_ops = {
204 204
205const __u8 ip_tos2prio[16] = { 205const __u8 ip_tos2prio[16] = {
206 TC_PRIO_BESTEFFORT, 206 TC_PRIO_BESTEFFORT,
207 ECN_OR_COST(FILLER), 207 ECN_OR_COST(BESTEFFORT),
208 TC_PRIO_BESTEFFORT, 208 TC_PRIO_BESTEFFORT,
209 ECN_OR_COST(BESTEFFORT), 209 ECN_OR_COST(BESTEFFORT),
210 TC_PRIO_BULK, 210 TC_PRIO_BULK,