]> 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)
commitf98ac3fd09d4d163d28072e48bda20858a3a115f
tree480a592b7223f94d378cbb0a088643f33d61617c
parent390a24d9cb0fa05f12a56d353832ca2e4d6f28ca
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