OK

> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of Ben Pfaff
> Sent: Tuesday, 13 June, 2017 00:29
> To: [email protected]
> Cc: Ben Pfaff <[email protected]>
> Subject: [ovs-dev] [PATCH 25/31] fixup: Don't suppress packet_type.
> 
> Signed-off-by: Ben Pfaff <[email protected]>
> ---
>  ofproto/ofproto-dpif-xlate.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c
> index 33af5e0a29e4..c7df2d1bdc38 100644
> --- a/ofproto/ofproto-dpif-xlate.c
> +++ b/ofproto/ofproto-dpif-xlate.c
> @@ -4296,11 +4296,6 @@ execute_controller_action(struct xlate_ctx *ctx, int 
> len,
>      };
>      flow_get_metadata(&ctx->xin->flow, &am->pin.up.public.flow_metadata);
> 
> -    /* Send packet_type only from packet-type-aware bridges. */
> -    if (!ctx->xbridge->packet_type_aware) {
> -        am->pin.up.public.flow_metadata.wc.masks.packet_type = 0;
> -    }
> -
>      /* Async messages are only sent once, so if we send one now, no
>       * xlate cache entry is created.  */
>      if (ctx->xin->allow_side_effects) {
> --
> 2.10.2
> 
> _______________________________________________
> dev mailing list
> [email protected]
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to