[ovs-dev] [PATCH 2/5] odp-util: Correct printing the VLAN PCP mask.

Ethan Jackson ethan at nicira.com
Fri Jun 28 01:27:57 UTC 2013


Acked-by: Ethan Jackson <ethan at nicira.com>

On Thu, Jun 27, 2013 at 6:16 PM, Justin Pettit <jpettit at nicira.com> wrote:
> Signed-off-by: Justin Pettit <jpettit at nicira.com>
> ---
>  lib/odp-util.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/lib/odp-util.c b/lib/odp-util.c
> index fd4207a..7724be4 100644
> --- a/lib/odp-util.c
> +++ b/lib/odp-util.c
> @@ -1063,7 +1063,7 @@ format_odp_key_attr(const struct nlattr *a, const struct nlattr *ma,
>                                vlan_tci_to_vid(vlan_tci),
>                                vlan_tci_to_vid(mask),
>                                vlan_tci_to_pcp(vlan_tci),
> -                              vlan_tci_to_vid(mask),
> +                              vlan_tci_to_pcp(mask),
>                                vlan_tci_to_cfi(vlan_tci),
>                                vlan_tci_to_cfi(mask));
>              } else {
> --
> 1.7.5.4
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
X-CudaMail-Whitelist-To: dev at openvswitch.org



More information about the dev mailing list