Skip to content

Commit 94aa82c

Browse files
authored
Merge pull request #1235 from a-gave/packages/lime-system-mesh-nolearn
lime-system: activate mesh_nolearn
2 parents c95c7bc + d63eaec commit 94aa82c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/lime-docs/files/www/docs/lime-example.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ config lime wifi
145145
option adhoc_ssid 'LiMe' # SSID of the APs (nodes) when meshing in ad-hoc mode, i.e., the nodes form an IBSS. Not used when meshing in 802.11s (the default)
146146
option adhoc_bssid 'ca:fe:00:c0:ff:ee'
147147
option ieee80211s_mesh_fwding '0' # Settings needed only for 802.11s
148+
option ieee80211s_mesh_nolearn '1' # Disable multi-hop mesh routing capabilities of 802.11s
148149
option ieee80211s_mesh_id 'LiMe' # Mesh cloud identifier (close to SSID in concept). Used by the nodes to join and participate in the mesh network.
149150
# option ieee80211s_encryption 'psk2/aes' # In order to use encrypted mesh, the wpad-mini package have to be replaced with wpad-mesh-wolfssl package
150151
# either manually or by the selected network-profile

packages/lime-system/files/etc/config/lime-defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ config lime wifi
6161
option adhoc_bssid 'ca:fe:00:c0:ff:ee'
6262
option apup_ssid 'LibreMesh.org'
6363
option ieee80211s_mesh_fwding '0'
64+
option ieee80211s_mesh_nolearn '1'
6465
option ieee80211s_mesh_id 'LiMe'
6566
option unstuck_interval '10'
6667
option unstuck_timeout '300'

0 commit comments

Comments
 (0)