vxlan: Enable MDB support
authorIdo Schimmel <idosch@nvidia.com>
Wed, 15 Mar 2023 13:11:54 +0000 (15:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Mar 2023 08:05:50 +0000 (08:05 +0000)
commit08f876a7d79ed235f90af0373d1e548a71c1f4f6
tree60f2051c74e4326cdc505dff2efecb0bd7a4fe30
parent0f83e69f44bf8dc8ab48ff0196b3475c1f0f6c07
vxlan: Enable MDB support

Now that the VXLAN MDB control and data paths are in place we can expose
the VXLAN MDB functionality to user space.

Set the VXLAN MDB net device operations to the appropriate functions,
thereby allowing the rtnetlink code to reach the VXLAN driver.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan/vxlan_core.c