diff options
Diffstat (limited to 'drivers/net/vrf.c')
-rw-r--r-- | drivers/net/vrf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/vrf.c b/drivers/net/vrf.c index e7094fbd7568..488c6f50df73 100644 --- a/drivers/net/vrf.c +++ b/drivers/net/vrf.c | |||
@@ -193,7 +193,8 @@ static netdev_tx_t vrf_process_v4_outbound(struct sk_buff *skb, | |||
193 | .flowi4_oif = vrf_dev->ifindex, | 193 | .flowi4_oif = vrf_dev->ifindex, |
194 | .flowi4_iif = LOOPBACK_IFINDEX, | 194 | .flowi4_iif = LOOPBACK_IFINDEX, |
195 | .flowi4_tos = RT_TOS(ip4h->tos), | 195 | .flowi4_tos = RT_TOS(ip4h->tos), |
196 | .flowi4_flags = FLOWI_FLAG_ANYSRC | FLOWI_FLAG_VRFSRC, | 196 | .flowi4_flags = FLOWI_FLAG_ANYSRC | FLOWI_FLAG_VRFSRC | |
197 | FLOWI_FLAG_SKIP_NH_OIF, | ||
197 | .daddr = ip4h->daddr, | 198 | .daddr = ip4h->daddr, |
198 | }; | 199 | }; |
199 | 200 | ||