vxlan: fix vxlan_find_sock() documentation for l3mdev
authorFabian Frederick <fabf@skynet.be>
Fri, 25 Sep 2020 13:17:17 +0000 (15:17 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Sep 2020 23:58:07 +0000 (16:58 -0700)
commit78ec710e7f326c6d9ae0169b670a8d6da04ee817
treefbcbe99ddd678f91d8f712f8b3d933435606a20f
parent2eabcb8afe74304458ee47ee175bc16b770b7d20
vxlan: fix vxlan_find_sock() documentation for l3mdev

Since commit aab8cc3630e32
("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: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c