ovs-appctl hwoff-flow-agent/add-rapid-protolist
Syntax
hwoff-flow-agent/add-rapid-protolist [PROTOLIST]
Function
Adds a protocol trustlist. Packets transmitted using the listed protocols are offloaded.
Parameters
Parameter |
Mandatory |
Description |
|---|---|---|
PROTOLIST |
Yes |
Protocol number list. The value can be one or more of 0 (UDP), 1 (TCP), 2 (ICMP), or 3 (ICMPv6). |
Example
1 | ovs-appctl hwoff-flow-agent/add-rapid-protolist 0,1,2,3 |
Parent topic: OVS Command Description