]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: Support filter links/neighs with no master
authorLahav Schlesinger <lschlesinger@drivenets.com>
Thu, 9 Sep 2021 07:20:19 +0000 (10:20 +0300)
committerDavid Ahern <dsahern@gmail.com>
Sun, 12 Sep 2021 17:17:18 +0000 (11:17 -0600)
commit0431e1e724881001c1c82e5db0df83c45ad94e18
tree6a21b51680bf9f9412e47461cace778d9e1d16fc
parent12b3d6a2add594a2d6633ac17d08f689fde67bb7
ip: Support filter links/neighs with no master

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@drivenets.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
ip/ipaddress.c
ip/iplink.c
ip/ipneigh.c
man/man8/ip-address.8.in
man/man8/ip-link.8.in
man/man8/ip-neighbour.8