Commit 63f60e3a authored by Or Gerlitz's avatar Or Gerlitz Committed by Stephen Hemminger

Document VF link state control in the ip-link man page

Document the support added by commit 07fa9c15 "Add VF link state
control" in the ip-link man page.
Signed-off-by: default avatarOr Gerlitz <ogerlitz@mellanox.com>
parent 55713c8c
...@@ -124,7 +124,8 @@ ip-link \- network device configuration ...@@ -124,7 +124,8 @@ ip-link \- network device configuration
.IR VLAN-QOS " ] ] [" .IR VLAN-QOS " ] ] ["
.B rate .B rate
.IR TXRATE " ] [" .IR TXRATE " ] ["
.B spoofchk { on | off } .B spoofchk { on | off } ] [
.B state { auto | enable | disable}
] | ] |
.br .br
.B master .B master
...@@ -576,6 +577,12 @@ parameter must be specified. ...@@ -576,6 +577,12 @@ parameter must be specified.
.sp .sp
.BI spoofchk " on|off" .BI spoofchk " on|off"
- turn packet spoof checking on or off for the specified VF. - turn packet spoof checking on or off for the specified VF.
.sp
.BI state " auto|enable|disable"
- set the virtual link state as seen by the specified VF. Setting to auto means a
reflection of the PF link state, enable lets the VF to communicate with other VFs on
this host even if the PF link state is down, disable causes the HW to drop any packets
sent by the VF.
.in -8 .in -8
.TP .TP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment