You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PrepareGeneveDecapModAndVlanPushTableEntry function encodes the vlan_id field as a single byte.
The source field (vlan_info.port_vlan) is int.
The vlan_id action param value is bit<12>.
Note
The unit test should expect, and test with, a 12-bit value.
The text was updated successfully, but these errors were encountered:
ffoulkes
changed the title
[ovsp4rt] PrepareGeneveDecapModAndVlanPushTableEntry truncates vlan_id to 8 bits
[ovsp4rt] PrepareGeneveDecapModAndVlanPushTableEntry truncates vlan_id
Aug 31, 2024
The
PrepareGeneveDecapModAndVlanPushTableEntry
function encodes thevlan_id
field as a single byte.The source field (
vlan_info.port_vlan
) isint
.The
vlan_id
action param value isbit<12>
.Note
The unit test should expect, and test with, a 12-bit value.
The text was updated successfully, but these errors were encountered: