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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user