ovs-appctl hwoff-flow-agent/print-flow
Syntax
ovs-appctl hwoff-flow-agent/print-flow num
Function
Prints flow details in OVS logs during flow offloading.
Parameters
Parameter |
Mandatory |
Description |
|---|---|---|
num |
Yes |
Prints details of recent Num times of offloading. The value ranges from 0 to 15. The default value is 0, indicating that the details are not printed. |
Example
1 | ovs-appctl hwoff-flow-agent/print-flow 1 |
Parent topic: OVS Command Description