Re: [PATCH iproute2] iplink: document the 'link change' subcommand

2019-07-26 Thread Matteo Croce
On July 26, 2019 8:25:14 PM GMT+02:00, Stephen Hemminger wrote: > On Wed, 24 Jul 2019 21:12:18 +0200 > Matteo Croce wrote: > > > ip link can set parameters both via the 'set' and 'change' keyword. > > In fact, 'change' is an alias for 'set'. > > Document this in the help and manpage. > > > > F

Re: [PATCH iproute2] iplink: document the 'link change' subcommand

2019-07-26 Thread Stephen Hemminger
On Wed, 24 Jul 2019 21:12:18 +0200 Matteo Croce wrote: > ip link can set parameters both via the 'set' and 'change' keyword. > In fact, 'change' is an alias for 'set'. > Document this in the help and manpage. > > Fixes: 1d93483985f0 ("iplink: use netlink for link configuration") > Signed-off-by:

[PATCH iproute2] iplink: document the 'link change' subcommand

2019-07-24 Thread Matteo Croce
ip link can set parameters both via the 'set' and 'change' keyword. In fact, 'change' is an alias for 'set'. Document this in the help and manpage. Fixes: 1d93483985f0 ("iplink: use netlink for link configuration") Signed-off-by: Matteo Croce --- ip/iplink.c | 4 ++-- man/man8/ip-link.