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
ffoulkes
changed the title
[ovsp4rt] PrepareTunnelTermTableEntry adds undefined match key field
[ovsp4rt] Prepare[V6]TunnelTermTableEntry adds undefined match key field
Aug 12, 2024
The ES2K variant of the
PrepareTunnelTermTableEntry()
function adds a match field for the Bridge ID (user_meta.pmeta.bridge_id
).The Linux Networking P4 program does not define this match field for
ipv4_tunnel_term_table
.As a result, the TableEntry contains a match_field with an ID of -1 (maxint when rendered as an unsigned integer).
PrepareV6TunnelTermTableEntry()
has the same problem.The text was updated successfully, but these errors were encountered: