ofproto-dpif: Change comment for execute_actions() function.
[sliver-openvswitch.git] / 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,