Bug #3374
usage of 'dladm' does not match to its man page
Status:
New
Priority:
Normal
Assignee:
-
Category:
cmd - userland programs
Start date:
2012-11-19
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
# dladm ... show-vnic [-pP] [-l <link>] [-s [-i <interval>]] [<link>] ...
but
# man dladm ... dladm show-vnic [-pP] [-s [-i interval]] [-o field[,...]] [-l link] [vnic-link] ...
Note: man page contains correct information
Updated by Roman Strashkin over 8 years ago
# dladm ... create-vnic [-t] -l <link> [-m <value> | auto | {factory [-n <slot-id>]} | {random [-r <prefix>]} | {vrrp -V <vrid> -A {inet | inet6}} [-v <vid> [-f]] [-p <prop>=<value>[,...]] <vnic-link> ...
# man dladm ... dladm create-vnic [-t] -l link [-R root-dir] [-m value | auto | {factory -n slot-identifier]} | {random [-r prefix]}] [-v vlan-id] [-p prop=value[,...]] vnic-link ...
Updated by Alasdair Lumsden almost 8 years ago
Also the "dladm show-link -S" option isn't documented either on the command line or in the man page.