On 1/20/21 8:44 AM, Petr Machata wrote: > This function uses the global nexthop policy, but only accepts four > particular attributes. Create a new policy that only includes the four > supported attributes, and use it. Convert the loop to a series of ifs. > > Signed-off-by: Petr Machata <pe...@nvidia.com> > --- > > Notes: > v2: > - Do not specify size of the policy array. Use ARRAY_SIZE instead > of NHA_MAX > - Convert manual setting of true to nla_get_flag(). > > net/ipv4/nexthop.c | 60 +++++++++++++++++++++------------------------- > 1 file changed, 27 insertions(+), 33 deletions(-) >
Reviewed-by: David Ahern <dsah...@kernel.org>