site.conf: mesh.batman_adv.routing_algo is necessary in minimal setup

This commit is contained in:
lemoer 2019-09-24 01:29:19 +02:00
parent 9555c818de
commit cc6e41003e

View File

@ -85,16 +85,11 @@
ip6 = 'fd::1', ip6 = 'fd::1',
}, },
-- Options specific to routing protocols (optional) mesh = {
-- mesh = { batman_adv = {
-- Options specific to the batman-adv routing protocol (optional) routing_algo = 'BATMAN_IV'
-- batman_adv = { }
-- Gateway selection class (optional) },
-- The default class 20 is based on the link quality (TQ) only,
-- class 1 is calculated from both the TQ and the announced bandwidth
-- gw_sel_class = 1,
-- },
-- },
mesh_vpn = { mesh_vpn = {
-- enabled = true, -- enabled = true,