David Ahern <dsah...@gmail.com> writes:
> On 3/11/21 8:45 AM, Petr Machata wrote: >> >> David Ahern <dsah...@gmail.com> writes: >> >>> On 3/10/21 8:02 AM, Petr Machata wrote: >>>> diff --git a/include/uapi/linux/nexthop.h b/include/uapi/linux/nexthop.h >>>> index 2d4a1e784cf0..8efebf3cb9c7 100644 >>>> --- a/include/uapi/linux/nexthop.h >>>> +++ b/include/uapi/linux/nexthop.h >>>> @@ -22,6 +22,7 @@ struct nexthop_grp { >>>> >>>> enum { >>>> NEXTHOP_GRP_TYPE_MPATH, /* default type if not specified */ >>> >>> Update the above comment that it is for legacy, hash based multipath. >> >> Maybe this would make sense? >> >> NEXTHOP_GRP_TYPE_MPATH, /* hash-threshold nexthop group */ >> > > yes, the description is fine. keep the comment about 'default type'. OK.