diff --git a/contrib/ci/minimal-site/site.conf b/contrib/ci/minimal-site/site.conf index 878fcc73..b7cb1ac4 100644 --- a/contrib/ci/minimal-site/site.conf +++ b/contrib/ci/minimal-site/site.conf @@ -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' }