Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
},
"QUEUE_WATERMARK": {
"FLEX_COUNTER_STATUS": "enable"
},
"ACL": {
"FLEX_COUNTER_STATUS": "enable"
}
}
}
Expand Down
10 changes: 10 additions & 0 deletions src/sonic-yang-models/yang-models/sonic-flex_counter.yang
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,16 @@ module sonic-flex_counter {
}
}

container ACL {
/* ACL_STAT_COUNTER_FLEX_COUNTER_GROUP */
leaf FLEX_COUNTER_STATUS {
type flex_status;
}
leaf FLEX_COUNTER_DELAY_STATUS {
type flex_delay_status;
}
}

}
/* end of container FLEX_COUNTER_TABLE */
}
Expand Down