]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan_core: make multicast helper take rip and ifindex explicitly
authorRoopa Prabhu <roopa@nvidia.com>
Tue, 1 Mar 2022 05:04:32 +0000 (05:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2022 08:38:02 +0000 (08:38 +0000)
commit5b9508103d39e348aee8a4ff02fdcdf949c681dd
tree480a592b7223f94d378cbb0a088643f33d61617c
parente6b80043e9f15f05ab5bf84b2cb40a644531da2c
vxlan_core: make multicast helper take rip and ifindex explicitly

This patch changes multicast helpers to take rip and ifindex as input.
This is needed in future patches where rip can come from a pervni
structure while the ifindex can come from the vxlan device.

Signed-off-by: Roopa Prabhu <roopa@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan/vxlan_core.c