Skip to content

Commit

Permalink
Change policer coiunter default to disable
Browse files Browse the repository at this point in the history
  • Loading branch information
shiraez committed Oct 8, 2024
1 parent d826e7b commit e3f439d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/policer_counter/PolicerCounter-HLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ CounterType::POLICER
```

PolicerOrch holds a new object of type FlexCounterManager and is initialized with ```StatsMode::READ```
and a default polling interval of 10 sec and enabled by default:
and a default polling interval of 10 sec and disable by default:
```c++
FlexCounterManager m_pc_manager;
```

#### Additionally, the following mapping should be added:
#### Additionally, the following mapping should be added for the CLI:
- "COUNTERS_POLICER_NAME_MAP" - maps the POLICER oid to its name

### Syncd
Expand Down

0 comments on commit e3f439d

Please sign in to comment.