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? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev