[YANG] Add trap flow counter to yang model (#9353)
*[YANG] Add trap flow counter to yang model
This commit is contained in:
parent
8b333bea87
commit
06a61dede0
@ -34,6 +34,9 @@
|
||||
},
|
||||
"ACL": {
|
||||
"FLEX_COUNTER_STATUS": "enable"
|
||||
},
|
||||
"FLOW_CNT_TRAP": {
|
||||
"FLEX_COUNTER_STATUS": "enable"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -161,6 +161,16 @@ module sonic-flex_counter {
|
||||
}
|
||||
}
|
||||
|
||||
container FLOW_CNT_TRAP {
|
||||
/* HOSTIF_TRAP_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 */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user