Re: [PATCH iproute2 0/3] iplink: shortify printing the usage of bridge

2015-08-12 Thread Stephen Hemminger
On Wed, 12 Aug 2015 06:03:21 + Zhang Shengju wrote: > This patch set enables bridge related links to print usage with short format. > Or else it is needed to use the following way: > > ip link { add | del | set } type TYPE help > > Zhang Shengju (3): > iplink: add missing link

[PATCH iproute2 0/3] iplink: shortify printing the usage of bridge

2015-08-11 Thread Zhang Shengju
This patch set enables bridge related links to print usage with short format. Or else it is needed to use the following way: ip link { add | del | set } type TYPE help Zhang Shengju (3): iplink: add missing link type iplink: use the short format to print help info iplink: shor