This commit is contained in:
lemoer 2019-09-26 15:17:00 +02:00
parent f0e5d1ad1b
commit 5a9016ccfc

View File

@ -49,7 +49,6 @@
},
mesh = {
vxlan = true,
-- Adjust these values!
id = 'ueH3uXjdp', -- usually you don't want users to connect to this mesh-SSID, so use a cryptic id that no one will accidentally mistake for the client WiFi
mcast_rate = 12000,
@ -73,9 +72,6 @@
},
},
mesh = {
vxlan = true,
},
-- The next node feature allows clients to always reach the node it is
-- connected to using a known IP address.
@ -87,6 +83,7 @@
},
mesh = {
vxlan = true,
batman_adv = {
routing_algo = 'BATMAN_IV'
}