diff --git a/dash-pipeline/bmv2/dash_counters.p4 b/dash-pipeline/bmv2/dash_counters.p4 index 24a73687e..98555ed55 100644 --- a/dash-pipeline/bmv2/dash_counters.p4 +++ b/dash-pipeline/bmv2/dash_counters.p4 @@ -100,5 +100,7 @@ DEFINE_ENI_FLOW_SYNC_COUNTERS(flow_delete) DEFINE_ENI_PACKET_COUNTER(outbound_routing_entry_miss_drop, order=3) DEFINE_ENI_PACKET_COUNTER(outbound_ca_pa_entry_miss_drop, order=3) DEFINE_ENI_PACKET_COUNTER(inbound_routing_entry_miss_drop, order=3) +DEFINE_ENI_PACKET_COUNTER(outbound_routing_group_miss_drop, order=3) +DEFINE_ENI_PACKET_COUNTER(outbound_routing_group_admin_down_drop, order=3) #endif // __DASH_COUNTERS__