ovs-appctl hwoff-flow-age nt/add-protolist
Syntax
ovs-appctl hwoff-flow-agent/add-protolist [PROTOLIST]
Function
Adds a protocol blocklist. Packets transmitted using the listed protocols are not offloaded.
Parameters
Parameter |
Mandatory |
Description |
|---|---|---|
PROTOLIST |
Yes |
Protocol number list. The protocol number ranges from 0 to 255 or from 1536 to 65535, for example, 23, 25, or 1560. |
Example
1 | ovs-appctl hwoff-flow-agent/add-protolist 23,25,1560 |
Parent topic: OVS Command Description