Skip to content

Commit

Permalink
Update outbound_routing.p4
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-pritsak authored Jun 3, 2024
1 parent e207cf6 commit c4c0f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash-pipeline/bmv2/stages/outbound_routing.p4
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ control outbound_routing_stage(inout headers_t hdr,
@SaiTable[name = "outbound_routing", api = "dash_outbound_routing"]
table routing {
key = {
meta.eni_data.routing_group_id : exact @SaiVal[type="sai_object_id_t"];
meta.eni_data.routing_group_data.routing_group_id : exact @SaiVal[type="sai_object_id_t"];
meta.is_overlay_ip_v6 : exact @SaiVal[name = "destination_is_v6"];
meta.dst_ip_addr : lpm @SaiVal[name = "destination"];
}
Expand Down

0 comments on commit c4c0f93

Please sign in to comment.