From c4af8a9067efcd6ced3c191ae5b04c7d9b786d29 Mon Sep 17 00:00:00 2001 From: Alex Wang Date: Fri, 11 Oct 2013 14:58:34 -0700 Subject: [PATCH] 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 --- ofproto/ofproto-dpif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.47.0