On 1/28/21 5:49 AM, Petr Machata wrote: > Most of the code that deals with nexthop groups relies on the fact that the > group is of exactly one well-known type. Currently there is only one type, > "mpath", but as more next-hop group types come, it becomes desirable to > have a central place where the setting is validated. Introduce such place > into nexthop_create_group(), such that the check is done before the code > that relies on that invariant is invoked. > > Signed-off-by: Petr Machata <pe...@nvidia.com> > Reviewed-by: Ido Schimmel <ido...@nvidia.com> > --- > net/ipv4/nexthop.c | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) >
Reviewed-by: David Ahern <dsah...@kernel.org>