]> 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 <shemminger@vyatta.com>
Tue, 12 Apr 2011 21:18:05 +0000 (14:18 -0700)
commitac694c333fc543e3ff4b9bc672811a83c3223658
tree98a79f44215e418e24a1efcfa3c30db3750b161c
parent77d1e6ab8426c2067616e193800cc201a5dbef47
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