[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221025085122.3e1e58f9@hermes.local>
Date: Tue, 25 Oct 2022 08:51:22 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Benjamin Poirier <bpoirier@...dia.com>
Cc: netdev@...r.kernel.org, David Ahern <dsahern@...nel.org>,
Ido Schimmel <idosch@...dia.com>
Subject: Re: [PATCH iproute2 3/4] ip-monitor: Include stats events in
default and "all" cases
On Thu, 22 Sep 2022 15:19:37 +0900
Benjamin Poirier <bpoirier@...dia.com> wrote:
> It seems that stats were omitted from `ip monitor` and `ip monitor all`.
> Since all other event types are included, include stats as well. Use the
> same logic as for nexthops.
>
> Fixes: a05a27c07cbf ("ipmonitor: Add monitoring support for stats events")
> Reviewed-by: Ido Schimmel <idosch@...dia.com>
> Signed-off-by: Benjamin Poirier <bpoirier@...dia.com>
This change has caused a regression. Simple ip monitor command now fails.
$ ip monitor
Failed to add stats group to list
The failure is from setsockopt() returning -EINVAL
Using git bisect this patch is identified as the cause.
Please fix ASAP or will revert from next release and maybe even make
a point release to remove it.
Powered by blists - more mailing lists