ofproto-dpif: Change comment for execute_actions() function.
authorAlex Wang <alexw@nicira.com>
Fri, 11 Oct 2013 21:58:34 +0000 (14:58 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 11 Oct 2013 22:52:26 +0000 (15:52 -0700)
This commit changes the comment for execute_actions() function,
since the old comment does not apply.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c

index 61324e7..aa99ca3 100644 (file)
@@ -3801,8 +3801,8 @@ facet_free(struct facet *facet)
     }
 }
 
-/* Executes, within 'ofproto', the 'n_actions' actions in 'actions' on
- * 'packet', which arrived on 'in_port'. */
+/* Executes, within 'ofproto', the actions in 'rule' or 'ofpacts' on 'packet'.
+ * 'flow' must reflect the data in 'packet'. */
 static int
 execute_actions(struct ofproto *ofproto_, const struct flow *flow,
                 struct rule_dpif *rule,