From b06b6a394a066b82a27d8baa17d6d562711d0a48 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Thu, 27 Jun 2013 15:02:12 -0700 Subject: [PATCH] odp-util: Correct printing the VLAN PCP mask. Signed-off-by: Justin Pettit Acked-by: Ethan Jackson --- lib/odp-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/odp-util.c b/lib/odp-util.c index fd4207a21..7724be4ef 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 { -- 2.43.0