Skip to content

Commit b5cdbaa

Browse files
committed
Add TODO to revisit the location of trusted vni stage
1 parent 2f652c0 commit b5cdbaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dash-pipeline/bmv2/dash_pipeline.p4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ control dash_ingress(
277277
(meta.flow_sync_state == dash_flow_sync_state_t.FLOW_MISS &&
278278
hdr.packet_meta.packet_source == dash_packet_source_t.EXTERNAL))
279279
{
280+
// TODO: revisit it after inbound route HLD done
280281
trusted_vni_stage.apply(hdr, meta);
281282
dash_match_stage.apply(hdr, meta);
282283
if (meta.dropped) {

0 commit comments

Comments
 (0)