ofproto-dpif-xlate: Remove obsolete comment.
authorBen Pfaff <blp@nicira.com>
Fri, 1 Nov 2013 21:08:45 +0000 (14:08 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Nov 2013 21:08:45 +0000 (14:08 -0700)
Nothing about the existing code in this function cares whether Goto-Table
is the last action.

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

index f19dbf1..f5bc12c 100644 (file)
@@ -2529,7 +2529,6 @@ do_xlate_actions(const struct ofpact *ofpacts, size_t ofpacts_len,
             break;
 
         case OFPACT_GOTO_TABLE: {
-            /* It is assumed that goto-table is the last action. */
             struct ofpact_goto_table *ogt = ofpact_get_GOTO_TABLE(a);
 
             ovs_assert(ctx->table_id < ogt->table_id);