mirror of
https://github.com/openvswitch/ovs
synced 2025-10-27 15:18:06 +00:00
datapath-protocol: Correct a description in odp_flow_attr structure.
The description referenced "ODPAT_*", but it should be "ODP_ACTION_ATTR_". Signed-off-by: Justin Pettit <jpettit@nicira.com>
This commit is contained in:
@@ -372,10 +372,11 @@ struct odp_key_nd {
|
|||||||
* @ODP_FLOW_ATTR_KEY: Nested %ODP_KEY_ATTR_* attributes specifying the flow
|
* @ODP_FLOW_ATTR_KEY: Nested %ODP_KEY_ATTR_* attributes specifying the flow
|
||||||
* key. Always present in notifications. Required for all requests (except
|
* key. Always present in notifications. Required for all requests (except
|
||||||
* dumps).
|
* dumps).
|
||||||
* @ODP_FLOW_ATTR_ACTIONS: Nested %ODPAT_* attributes specifying the actions to
|
* @ODP_FLOW_ATTR_ACTIONS: Nested %ODP_ACTION_ATTR_* attributes specifying
|
||||||
* take for packets that match the key. Always present in notifications.
|
* the actions to take for packets that match the key. Always present in
|
||||||
* Required for %ODP_FLOW_CMD_NEW requests, optional on %ODP_FLOW_CMD_SET
|
* notifications. Required for %ODP_FLOW_CMD_NEW requests, optional
|
||||||
* request to change the existing actions, ignored for other requests.
|
* on %ODP_FLOW_CMD_SET request to change the existing actions, ignored for
|
||||||
|
* other requests.
|
||||||
* @ODP_FLOW_ATTR_STATS: &struct odp_flow_stats giving statistics for this
|
* @ODP_FLOW_ATTR_STATS: &struct odp_flow_stats giving statistics for this
|
||||||
* flow. Present in notifications if the stats would be nonzero. Ignored in
|
* flow. Present in notifications if the stats would be nonzero. Ignored in
|
||||||
* requests.
|
* requests.
|
||||||
|
|||||||
Reference in New Issue
Block a user