[ovs-dev] [PATCH] openvswitch.h: Add missing words in comment.

Ben Pfaff blp at nicira.com
Tue Nov 1 20:34:09 UTC 2011


---
 include/linux/openvswitch.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h
index 087655c..d14c53a 100644
--- a/include/linux/openvswitch.h
+++ b/include/linux/openvswitch.h
@@ -366,7 +366,8 @@ struct ovs_key_nd {
  * dumps).
  * @OVS_FLOW_ATTR_ACTIONS: Nested %OVS_ACTION_ATTR_* attributes specifying
  * the actions to take for packets that match the key.  Always present in
- * notifications.  Required for %OVS_FLOW_CMD_NEW requests, optional
+ * notifications.  Required for %OVS_FLOW_CMD_NEW requests, optional for
+ * %OVS_FLOW_CMD_SET requests.
  * @OVS_FLOW_ATTR_STATS: &struct ovs_flow_stats giving statistics for this
  * flow.  Present in notifications if the stats would be nonzero.  Ignored in
  * requests.
-- 
1.7.4.4




More information about the dev mailing list