Skip to content

Commit

Permalink
Update underlay routing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhai committed Jan 14, 2025
1 parent 13498b9 commit b8554f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash-pipeline/bmv2/dash_pipeline.p4
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ control dash_ingress(

routing_action_apply.apply(hdr, meta);

/* Underlay routing */
/* Underlay routing, using meta.dst_ip_addr as lookup key */
if (meta.routing_actions & dash_routing_actions_t.ENCAP_U1 != 0) {
meta.dst_ip_addr = (bit<128>)hdr.u1_ipv4.dst_addr;
}
Expand Down

0 comments on commit b8554f1

Please sign in to comment.