diff options
Diffstat (limited to 'net/ipv4/udp.c')
-rw-r--r-- | net/ipv4/udp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index c0a15e7f359f..f7d1d5e19e95 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c | |||
@@ -1024,7 +1024,8 @@ int udp_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) | |||
1024 | if (netif_index_is_vrf(net, ipc.oif)) { | 1024 | if (netif_index_is_vrf(net, ipc.oif)) { |
1025 | flowi4_init_output(fl4, ipc.oif, sk->sk_mark, tos, | 1025 | flowi4_init_output(fl4, ipc.oif, sk->sk_mark, tos, |
1026 | RT_SCOPE_UNIVERSE, sk->sk_protocol, | 1026 | RT_SCOPE_UNIVERSE, sk->sk_protocol, |
1027 | (flow_flags | FLOWI_FLAG_VRFSRC), | 1027 | (flow_flags | FLOWI_FLAG_VRFSRC | |
1028 | FLOWI_FLAG_SKIP_NH_OIF), | ||
1028 | faddr, saddr, dport, | 1029 | faddr, saddr, dport, |
1029 | inet->inet_sport); | 1030 | inet->inet_sport); |
1030 | 1031 | ||