fixup
This commit is contained in:
parent
f0e5d1ad1b
commit
5a9016ccfc
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user