We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f652c0 commit b5cdbaaCopy full SHA for b5cdbaa
dash-pipeline/bmv2/dash_pipeline.p4
@@ -277,6 +277,7 @@ control dash_ingress(
277
(meta.flow_sync_state == dash_flow_sync_state_t.FLOW_MISS &&
278
hdr.packet_meta.packet_source == dash_packet_source_t.EXTERNAL))
279
{
280
+ // TODO: revisit it after inbound route HLD done
281
trusted_vni_stage.apply(hdr, meta);
282
dash_match_stage.apply(hdr, meta);
283
if (meta.dropped) {
0 commit comments