[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <02b774f4-3a65-cf3e-9341-c6b9a842a205@gmail.com>
Date: Sun, 12 Sep 2021 11:19:10 -0600
From: David Ahern <dsahern@...il.com>
To: Lahav Schlesinger <lschlesinger@...venets.com>,
netdev@...r.kernel.org
Cc: dsahern@...nel.org
Subject: Re: [PATCH v2] ip: Support filter links/neighs with no master
On 9/9/21 1:20 AM, Lahav Schlesinger wrote:
> Commit d3432bf10f17 ("net: Support filtering interfaces on no master")
> in the kernel added support for filtering interfaces/neighbours that
> have no master interface.
>
> This patch completes it and adds this support to iproute2:
> 1. ip link show nomaster
> 2. ip address show nomaster
> 3. ip neighbour {show | flush} nomaster
>
> Signed-off-by: Lahav Schlesinger <lschlesinger@...venets.com>
> ---
> v1 -> v2
> Break long lines
> ---
> ip/ipaddress.c | 3 +++
> ip/iplink.c | 1 +
> ip/ipneigh.c | 4 +++-
> man/man8/ip-address.8.in | 7 ++++++-
> man/man8/ip-link.8.in | 7 ++++++-
> man/man8/ip-neighbour.8 | 7 ++++++-
> 6 files changed, 25 insertions(+), 4 deletions(-)
>
applied to iproute2-next. Thanks,
Powered by blists - more mailing lists