]> git.proxmox.com Git - mirror_iproute2.git/commit
ip: link: Add missing link type help texts
authorPhil Sutter <phil@nwl.cc>
Tue, 28 Mar 2017 21:19:39 +0000 (23:19 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 4 Apr 2017 21:51:29 +0000 (14:51 -0700)
commit9fd7b86c2de91935ab736ef6df119a0c691cdfdc
treee021b79da87af6b6eb0fe8313c613f849466b848
parent8b47135474cde4f0f8c9991741132b930bf3e192
ip: link: Add missing link type help texts

These are basically stubs: The types which lacked their own help text
simply don't accept any options (yet). Still it might be a bit confusing
to users if they are presented with the generic 'ip link' help text
instead of something saying there are no type specific options.

Signed-off-by: Phil Sutter <phil@nwl.cc>
ip/Makefile
ip/iplink_dummy.c [new file with mode: 0644]
ip/iplink_ifb.c [new file with mode: 0644]
ip/iplink_nlmon.c [new file with mode: 0644]
ip/iplink_team.c [new file with mode: 0644]
ip/iplink_vcan.c [new file with mode: 0644]