Re: [PATCH v2 net] nexthop: Fix fdb labeling for groups

2020-06-10 Thread Roopa Prabhu
On Mon, Jun 8, 2020 at 7:54 PM David Ahern wrote: > > fdb nexthops are marked with a flag. For standalone nexthops, a flag was > added to the nh_info struct. For groups that flag was added to struct > nexthop when it should have been added to the group information. Fix > by removing the flag from

Re: [PATCH v2 net] nexthop: Fix fdb labeling for groups

2020-06-10 Thread David Miller
From: David Ahern Date: Mon, 8 Jun 2020 20:54:43 -0600 > fdb nexthops are marked with a flag. For standalone nexthops, a flag was > added to the nh_info struct. For groups that flag was added to struct > nexthop when it should have been added to the group information. Fix > by removing the flag

[PATCH v2 net] nexthop: Fix fdb labeling for groups

2020-06-08 Thread David Ahern
fdb nexthops are marked with a flag. For standalone nexthops, a flag was added to the nh_info struct. For groups that flag was added to struct nexthop when it should have been added to the group information. Fix by removing the flag from the nexthop struct and adding a flag to nh_group that mirrors