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)
commita9508d121a0ec3ba53a32f8c197223cbf19074c2
tree480a592b7223f94d378cbb0a088643f33d61617c
parentc63053e0cb5afcf53d5119cf82136c22131792a2
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