Skip to content
Snippets Groups Projects
Commit b10a3240 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

README: add maxhop section and fix dscp_pcp list

parent 6763e581
Branches
No related tags found
1 merge request!289docs: update uci schema and docs
Pipeline #133985 failed
......@@ -360,7 +360,9 @@ config qos_rule 'qos_rule1'
option type 'dscp_pcp'
option output '8'
option always_match '1'
option dscp_pcp '1,2,3,4,5,6'
list dscp_pcp '58,1'
list dscp_pcp '58,2'
list dscp_pcp '10-21,5'
```
The `output` value determines the target PCP. If the rule has `output`
......@@ -788,6 +790,21 @@ ubus call map.controller dpp_enrollee_uri_eth '{"uri":"DPP:C:81/1,115/36;V:2;K:M
Once provided, map-controller will be able to perform DPP Ethernet onboarding,
triggered by AP-Autoconfig Search and DPP Direct Encapsulated messages.
## Control Depth of a Multi-AP Network
Limit the max number of Wi-Fi backhaul links that are allowed in "daisy-chained"
topology. By default the feature is disabled, which means that the EasyMesh
network is not limited to any number of Wi-Fi backhaul hops.
```
config controller 'controller'
option enabled '1'
...
option max_node_bh_hops '2' # number of allowed Wi-Fi hops
```
NOTE: Ethernet daisy-chains are still supported at any length, and forming a
daisy-chain with Eth to Wi-Fi is still possible.
## UBUS APIs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment