Commit 78ec710e authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller

vxlan: fix vxlan_find_sock() documentation for l3mdev

Since commit aab8cc36
("vxlan: add support for underlay in non-default VRF")

vxlan_find_sock() also checks if socket is assigned to the right
level 3 master device when lower device is not in the default VRF.
Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2eabcb8a
...@@ -190,8 +190,9 @@ static inline struct vxlan_rdst *first_remote_rtnl(struct vxlan_fdb *fdb) ...@@ -190,8 +190,9 @@ static inline struct vxlan_rdst *first_remote_rtnl(struct vxlan_fdb *fdb)
return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); return list_first_entry(&fdb->remotes, struct vxlan_rdst, list);
} }
/* Find VXLAN socket based on network namespace, address family and UDP port /* Find VXLAN socket based on network namespace, address family, UDP port,
* and enabled unshareable flags. * enabled unshareable flags and socket device binding (see l3mdev with
* non-default VRF).
*/ */
static struct vxlan_sock *vxlan_find_sock(struct net *net, sa_family_t family, static struct vxlan_sock *vxlan_find_sock(struct net *net, sa_family_t family,
__be16 port, u32 flags, int ifindex) __be16 port, u32 flags, int ifindex)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment