From: David Ahern <[email protected]>
Date: Tue, 9 Jun 2020 17:27:28 -0600
> vxlan driver should be using helpers to access nexthop struct
> internals. Remove open check if whether nexthop is multipath in
> favor of the existing nexthop_is_multipath helper. Add a new
> helper, nexthop_has_v4, to cover the need to check has_v4 in
> a group.
>
> Fixes: 1274e1cc4226 ("vxlan: ecmp support for mac fdb entries")
> Cc: Roopa Prabhu <[email protected]>
> Signed-off-by: David Ahern <[email protected]>
Also applied, thanks David.