diff options
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 33137307d52a..1730689f560e 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -1740,7 +1740,7 @@ void ip_rt_get_source(u8 *addr, struct sk_buff *skb, struct rtable *rt) | |||
1740 | memset(&fl4, 0, sizeof(fl4)); | 1740 | memset(&fl4, 0, sizeof(fl4)); |
1741 | fl4.daddr = iph->daddr; | 1741 | fl4.daddr = iph->daddr; |
1742 | fl4.saddr = iph->saddr; | 1742 | fl4.saddr = iph->saddr; |
1743 | fl4.flowi4_tos = iph->tos; | 1743 | fl4.flowi4_tos = RT_TOS(iph->tos); |
1744 | fl4.flowi4_oif = rt->dst.dev->ifindex; | 1744 | fl4.flowi4_oif = rt->dst.dev->ifindex; |
1745 | fl4.flowi4_iif = skb->dev->ifindex; | 1745 | fl4.flowi4_iif = skb->dev->ifindex; |
1746 | fl4.flowi4_mark = skb->mark; | 1746 | fl4.flowi4_mark = skb->mark; |