2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

odp-util: Correct printing the VLAN PCP mask.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
This commit is contained in:
Justin Pettit
2013-06-27 15:02:12 -07:00
parent baf8ebaded
commit b06b6a394a

View File

@@ -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 {