On 5/19/20 7:57 PM, Stephen Worley wrote:
> Fixes data remnant seen when we fail to reserve space for a
> nexthop group during a larger dump.
>
> If we fail the reservation, we goto nla_put_failure and
> cancel the message.
>
> Reproduce with the following iproute2 commands:
> =====================
...
> Fixes: ab84be7e54fc ("net: Initial nexthop code")
> Signed-off-by: Stephen Worley <[email protected]>
> ---
> net/ipv4/nexthop.c | 1 +
> 1 file changed, 1 insertion(+)
>
Reviewed-by: David Ahern <[email protected]>
Thanks, Stephen.