On Tue, Dec 22, 2015 at 7:03 PM, Daniele Di Proietto
<[email protected]> wrote:
> diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
> index 78f8636..9eb7623 100644
> --- a/lib/dpif-netdev.c
> +++ b/lib/dpif-netdev.c
> @@ -1100,57 +1100,33 @@ static int
>  dpif_netdev_mask_from_nlattrs(const struct nlattr *key, uint32_t key_len,
>                                const struct nlattr *mask_key,
>                                uint32_t mask_key_len, const struct flow *flow,
> -                              struct flow *mask)
[...]
> +    /* Force unwildcard the in_port. */
> +    mask->masks.in_port.odp_port = u32_to_odp(UINT32_MAX);

My guess is that this is no longer necessary (and it's gone on
master). However, I would understand if you want to keep it for the
backport since there is a possibility that it has some other side
effect that I'm not aware of.

Acked-by: Jesse Gross <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to