[ovs-dev] [PATCH v3 10/12] ofproto-dpif: teach do_xlate_action() goto-table instruction

Ben Pfaff blp at nicira.com
Wed Jul 25 05:01:03 UTC 2012


On Mon, Jul 23, 2012 at 05:08:49PM +0900, Isaku Yamahata wrote:
> --- a/ofproto/ofproto-dpif.c
> +++ b/ofproto/ofproto-dpif.c
> @@ -5505,7 +5505,6 @@ do_xlate_action(const struct ofpact *a, struct action_xlate_ctx *ctx)
>  
>      case OFPACT_RESUBMIT:
>          xlate_ofpact_resubmit(ctx, ofpact_get_RESUBMIT(a));
> -        break;
>  
>      case OFPACT_SET_TUNNEL:
>          ctx->flow.tun_id = htonll(ofpact_get_SET_TUNNEL(a)->tun_id);

The change above can't really be right, can it?



More information about the dev mailing list