mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-controller: config: add zerotouch, rate, bsteer plugins to default
This commit is contained in:
parent
2d45a45126
commit
ceb577a6ab
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ config controller 'controller'
|
|||
option primary_pcp '0'
|
||||
option stale_sta_timeout '20d'
|
||||
option de_collect_interval '60'
|
||||
list plugin 'zerotouch'
|
||||
|
||||
config sta_steering 'sta_steering'
|
||||
option enable_sta_steer '1'
|
||||
|
|
@ -22,6 +23,8 @@ config sta_steering 'sta_steering'
|
|||
option plugins_enabled '1'
|
||||
option plugins_policy 'any'
|
||||
list plugins 'rcpi'
|
||||
list plugins 'rate'
|
||||
list plugins 'bsteer'
|
||||
|
||||
config channel_plan 'channel_plan'
|
||||
option preclear_dfs '0'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue