From: Alex Wang Date: Fri, 11 Oct 2013 21:58:34 +0000 (-0700) Subject: ofproto-dpif: Change comment for execute_actions() function. X-Git-Tag: sliver-openvswitch-2.0.90-1~8^2~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c4af8a9067efcd6ced3c191ae5b04c7d9b786d29;p=sliver-openvswitch.git ofproto-dpif: Change comment for execute_actions() function. This commit changes the comment for execute_actions() function, since the old comment does not apply. Signed-off-by: Alex Wang Signed-off-by: Ben Pfaff --- diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 61324e7f6..aa99ca3c4 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -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,