]> git.proxmox.com Git - mirror_iproute2.git/commit - man/man8/ip-link.8.in
ip link: Show devices by type
authorVadim Kochan <vadim4j@gmail.com>
Wed, 10 Dec 2014 08:11:29 +0000 (10:11 +0200)
committerStephen Hemminger <shemming@brocade.com>
Wed, 24 Dec 2014 20:19:14 +0000 (12:19 -0800)
commit712249d8fac88bcf3a9fd0b1de2263074075873b
treed79ddee4c97850c1bb65362ebc97f2cc7bd133b0
parentb5f39b2588a6b0312f11ac6d0fab9391b105b83c
ip link: Show devices by type

Added new option 'type' to 'ip link show'
command which allows to filter devices by type:

    ip link show type bridge
    ip link show type vlan

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
ip/ipaddress.c
ip/iplink.c
man/man8/ip-link.8.in