Skip to content

Commit

Permalink
Fix dpdk build.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Sep 28, 2024
1 parent a6ac204 commit 547fca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash-pipeline/bmv2/stages/tunnel_stage.p4
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ control tunnel_stage(
@SaiVal[type="sai_object_id_t"] bit<16> dash_tunnel_next_hop_id)
{
// dash_tunnel_id in tunnel member must match the metadata
assert(meta.dash_tunnel_id == dash_tunnel_id);
REQUIRES(meta.dash_tunnel_id == dash_tunnel_id);

meta.dash_tunnel_next_hop_id = dash_tunnel_next_hop_id;
}
Expand Down

0 comments on commit 547fca3

Please sign in to comment.