]> git.proxmox.com Git - mirror_iproute2.git/commit
iproute2: support listing devices by group
authorVlad Dogaru <ddvlad@rosedu.org>
Wed, 2 Feb 2011 18:23:40 +0000 (20:23 +0200)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 25 Feb 2011 20:38:50 +0000 (12:38 -0800)
commitf960c92aac1838e0f336c0ca0f657bb55a42d8e9
tree07ef5fdeac85defb244af060810b99e33dee2a43
parentdd4b25a0f9d696e29a12f6c25a87aace36ce6a15
iproute2: support listing devices by group

User can specify device group to list by using the group keyword:

ip link show group test

If no group is specified, 0 (default) is implied.

Signed-off-by: Vlad Dogaru <ddvlad@rosedu.org>
etc/iproute2/group [new file with mode: 0644]
include/rt_names.h
ip/ipaddress.c
ip/iplink.c
lib/rt_names.c
man/man8/ip.8