Skip to content

Commit

Permalink
Rename FLOW_COUNTER_ROUTE_PATTERN_TABLE to FLOW_COUNTER_ROUTE_PATTERN
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox committed Jan 26, 2022
1 parent d230e18 commit 62457b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
}
},
"sonic-flex_counter:sonic-flex_counter": {
"sonic-flex_counter:FLOW_COUNTER_ROUTE_PATTERN_TABLE": {
"sonic-flex_counter:FLOW_COUNTER_ROUTE_PATTERN": {
"PATTERN_LIST": [
{
"vrf_name": "Vrf1",
Expand All @@ -138,7 +138,7 @@
},
"FLOW_COUNTER_ROUTE_PATTERN_TABLE_WITH_DEFAULT_VRF": {
"sonic-flex_counter:sonic-flex_counter": {
"sonic-flex_counter:FLOW_COUNTER_ROUTE_PATTERN_TABLE": {
"sonic-flex_counter:FLOW_COUNTER_ROUTE_PATTERN": {
"PATTERN_LIST": [
{
"vrf_name": "",
Expand All @@ -165,7 +165,7 @@
}
},
"sonic-flex_counter:sonic-flex_counter": {
"sonic-flex_counter:FLOW_COUNTER_ROUTE_PATTERN_TABLE": {
"sonic-flex_counter:FLOW_COUNTER_ROUTE_PATTERN": {
"PATTERN_LIST": [
{
"vrf_name": "Vrf1",
Expand Down
2 changes: 1 addition & 1 deletion src/sonic-yang-models/yang-models/sonic-flex_counter.yang
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ module sonic-flex_counter {
}
/* end of container FLEX_COUNTER_TABLE */

container FLOW_COUNTER_ROUTE_PATTERN_TABLE {
container FLOW_COUNTER_ROUTE_PATTERN {
description "Flow counter route pattern of config_db.json";

list PATTERN_LIST {
Expand Down

0 comments on commit 62457b8

Please sign in to comment.