diff options
author | rubo77 <github@r.z11.de> | 2017-02-27 09:25:43 +0100 |
---|---|---|
committer | rubo77 <github@r.z11.de> | 2017-02-27 09:26:46 +0100 |
commit | 7d33552a309be38541fb8fcfd35e422d669e7abd (patch) | |
tree | 2025f830e04d1b874674fffa4c70c462161cc4ef /site.conf | |
parent | f901595975298e59b3930ef15e27576c2f2cc5b5 (diff) |
Enable only 802.11s in LEDE
Diffstat (limited to 'site.conf')
-rw-r--r-- | site.conf | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -47,15 +47,16 @@ ssid = 'http://kiel.freifunk.net/', -- disabled = true, (optional) }, - ibss = { + --[[ibss = { ssid = '02:ca:ff:ee:ba:be', bssid = '02:ca:ff:ee:ba:be', mcast_rate = 12000, - }, + disabled = true, + },--]] mesh = { id = '16:ca:ff:ee:ba:be', mcast_rate = 12000, - disabled = true, + disabled = false, }, }, @@ -67,15 +68,17 @@ ap = { ssid = 'http://kiel.freifunk.net/', }, - ibss = { + --[[ibss = { ssid = '02:ca:ff:ee:ba:be', bssid = '02:ca:ff:ee:ba:be', mcast_rate = 12000, - }, - --[[mesh = { + disabled = true, + },--]] + mesh = { id = '16:ca:ff:ee:ba:be', mcast_rate = 12000, - },--]] + disabled = false, + }, }, -- The next node feature allows clients to always reach the node it is |