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 6cef5f6 commit 3233b8c
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 @@ -57,7 +57,7 @@ control outbound_routing_stage(inout headers_t hdr,
}

if (!meta.eni_data.routing_group_data.routing_group_admin_state) {
UPDATE_ENI_COUNTER(outbound_routing_group_admin_drop);
UPDATE_ENI_COUNTER(outbound_routing_group_admin_down_drop);
drop(meta);
return;
}
Expand Down

0 comments on commit 3233b8c

Please sign in to comment.