diff options
Diffstat (limited to 'include/uapi/linux/openvswitch.h')
-rw-r--r-- | include/uapi/linux/openvswitch.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux/openvswitch.h index 970553cbbc8e..0b979ee4bfc0 100644 --- a/include/uapi/linux/openvswitch.h +++ b/include/uapi/linux/openvswitch.h | |||
@@ -395,7 +395,9 @@ struct ovs_key_nd { | |||
395 | * @OVS_FLOW_ATTR_ACTIONS: Nested %OVS_ACTION_ATTR_* attributes specifying | 395 | * @OVS_FLOW_ATTR_ACTIONS: Nested %OVS_ACTION_ATTR_* attributes specifying |
396 | * the actions to take for packets that match the key. Always present in | 396 | * the actions to take for packets that match the key. Always present in |
397 | * notifications. Required for %OVS_FLOW_CMD_NEW requests, optional for | 397 | * notifications. Required for %OVS_FLOW_CMD_NEW requests, optional for |
398 | * %OVS_FLOW_CMD_SET requests. | 398 | * %OVS_FLOW_CMD_SET requests. An %OVS_FLOW_CMD_SET without |
399 | * %OVS_FLOW_ATTR_ACTIONS will not modify the actions. To clear the actions, | ||
400 | * an %OVS_FLOW_ATTR_ACTIONS without any nested attributes must be given. | ||
399 | * @OVS_FLOW_ATTR_STATS: &struct ovs_flow_stats giving statistics for this | 401 | * @OVS_FLOW_ATTR_STATS: &struct ovs_flow_stats giving statistics for this |
400 | * flow. Present in notifications if the stats would be nonzero. Ignored in | 402 | * flow. Present in notifications if the stats would be nonzero. Ignored in |
401 | * requests. | 403 | * requests. |