Rate This Document
Findability
Accuracy
Completeness
Readability

ovs-appctl hwoff-flow-agent/set-protolist-mode

Syntax

ovs-appctl hwoff-flow-agent/set-protolist-mode [black] | [white]

Function

Specifies the protocol list type (blocklist or trustlist) recorded by hwoff-flow-agent.

This command must be used together with ovs-appctl hwoff-flow-agent/add-protolist.

Parameters

Parameter

Mandatory

Description

black

No

Prohibits offloading of packets transmitted using the listed protocols.

white

No

Allows offloading of packets transmitted using the listed protocols.

Example

  • Configure the protocol list.
    1
    ovs-appctl  hwoff-flow-agent/add-protolist 23,25,1560
    
  • Prohibit offloading of packets transmitted using the listed protocols.
    1
    ovs-appctl hwoff-flow-agent/set-protolist-mode black