diff options
author | David Ahern <dsa@cumulusnetworks.com> | 2015-10-05 08:51:23 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-07 04:27:42 -0700 |
commit | 6e2895a8e3824eb5611c97a015a3b6d678b4503e (patch) | |
tree | b63a4f49f7d386d993027a14c2898877666dc638 /include/net/route.h | |
parent | 4148987a5111b0c8062bd78f39a67c361f621a39 (diff) | |
download | op-kernel-dev-6e2895a8e3824eb5611c97a015a3b6d678b4503e.zip op-kernel-dev-6e2895a8e3824eb5611c97a015a3b6d678b4503e.tar.gz |
net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/route.h')
-rw-r--r-- | include/net/route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/route.h b/include/net/route.h index d32cb76..3e18d90 100644 --- a/include/net/route.h +++ b/include/net/route.h @@ -267,7 +267,7 @@ static inline void ip_route_connect_init(struct flowi4 *fl4, __be32 dst, __be32 flow_flags |= FLOWI_FLAG_ANYSRC; if (netif_index_is_l3_master(sock_net(sk), oif)) - flow_flags |= FLOWI_FLAG_VRFSRC | FLOWI_FLAG_SKIP_NH_OIF; + flow_flags |= FLOWI_FLAG_L3MDEV_SRC | FLOWI_FLAG_SKIP_NH_OIF; flowi4_init_output(fl4, oif, sk->sk_mark, tos, RT_SCOPE_UNIVERSE, protocol, flow_flags, dst, src, dport, sport); |