ovs-appctl hwoff/shmap-dump-sw
Syntax
ovs-appctl hwoff/shmap-dump-sw [all |sw_ufid type ]
Function
Queries the UFIDs of all software flow tables associated with hardware flow tables in the software-hardware flow table mapping maintained by the host; queries the UFID of the hardware flow table associated with the UFID and type of a specified software flow table.
Parameters
Parameter |
Mandatory |
Description |
|---|---|---|
all |
No |
Queries the UFIDs of all software flow tables associated with hardware flow tables in the software-hardware flow table mapping maintained by the host. |
sw_ufid, type |
No |
Queries the UFID of the hardware flow table associated with the UFID and type of a specified software flow table. The UFID of a software flow table is in the hexadecimal format xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxx. Type: 0 indicates the OpenFlow data plane, and 1 indicates source IP address-based transparent transmission. |
Example
- Query the UFIDs of all software flow tables associated with hardware flow tables in the software-hardware flow table mapping maintained by the host.
1ovs-appctl hwoff/shmap-dump-sw all
- Query the UFID of the hardware flow table associated with the UFID and type of a specified software flow table.
1ovs-appctl hwoff/shmap-dump-sw e8288d3b-5daa-4815-8b23-2be16662977a 0