|
@@ -43,6 +43,9 @@
|
|
mesh = {
|
|
mesh = {
|
|
-- for now, we don't use vxlan on the mesh
|
|
-- for now, we don't use vxlan on the mesh
|
|
vxlan = false,
|
|
vxlan = false,
|
|
|
|
+ batman_adv = {
|
|
|
|
+ routing_algo = 'BATMAN_IV',
|
|
|
|
+ },
|
|
},
|
|
},
|
|
|
|
|
|
-- wifi settings (2.4 GHz and 5 GHz)
|
|
-- wifi settings (2.4 GHz and 5 GHz)
|
|
@@ -182,7 +185,7 @@
|
|
-- where to get the manifest file (without the trailing /manifest)
|
|
-- where to get the manifest file (without the trailing /manifest)
|
|
-- It's wise to use an internal address here,
|
|
-- It's wise to use an internal address here,
|
|
-- but specifying a publicly available update site does not hurt.
|
|
-- but specifying a publicly available update site does not hurt.
|
|
- mirrors = {'http://firmware.srv.in.ffho.net/%SC/stable/sysupgrade', 'http://[2a03:2260:2342:f251::6]/%SC/stable/sysupgrade'},
|
|
|
|
|
|
+ mirrors = {'http://firmware.srv.in.ffho.net/stable/sysupgrade', 'http://[2a03:2260:2342:f251::6]/stable/sysupgrade', 'http://firmware.ffho.net/stable/sysupgrade'},
|
|
|
|
|
|
-- Number of valid manifest signatures necessary to accept the manifest as "good".
|
|
-- Number of valid manifest signatures necessary to accept the manifest as "good".
|
|
good_signatures = 3,
|
|
good_signatures = 3,
|
|
@@ -198,7 +201,7 @@
|
|
},
|
|
},
|
|
testing = {
|
|
testing = {
|
|
name = 'testing',
|
|
name = 'testing',
|
|
- mirrors = {'http://firmware.srv.in.ffho.net/%SC/testing/sysupgrade', 'http://[2a03:2260:2342:f251::6]/%SC/testing/sysupgrade'},
|
|
|
|
|
|
+ mirrors = {'http://firmware.srv.in.ffho.net/testing/sysupgrade', 'http://[2a03:2260:2342:f251::6]/testing/sysupgrade', 'http://firmware.ffho.net/testing/sysupgrade'},
|
|
good_signatures = 2,
|
|
good_signatures = 2,
|
|
pubkeys = {
|
|
pubkeys = {
|
|
'ba2e6ff4de41ade9959702195d4c26c764e7aab85c627363681c29dbc4a8a2c5', -- oscar-
|
|
'ba2e6ff4de41ade9959702195d4c26c764e7aab85c627363681c29dbc4a8a2c5', -- oscar-
|
|
@@ -210,7 +213,7 @@
|
|
},
|
|
},
|
|
experimental = {
|
|
experimental = {
|
|
name = 'experimental',
|
|
name = 'experimental',
|
|
- mirrors = {'http://firmware.srv.in.ffho.net/%SC/experimental/sysupgrade', 'http://[2a03:2260:2342:f251::6]/%SC/experimental/sysupgrade'},
|
|
|
|
|
|
+ mirrors = {'http://firmware.srv.in.ffho.net/experimental/sysupgrade', 'http://[2a03:2260:2342:f251::6]/experimental/sysupgrade', 'http://firmware.ffho.net/experimental/sysupgrade'},
|
|
good_signatures = 1,
|
|
good_signatures = 1,
|
|
pubkeys = {
|
|
pubkeys = {
|
|
'ba2e6ff4de41ade9959702195d4c26c764e7aab85c627363681c29dbc4a8a2c5', -- oscar-
|
|
'ba2e6ff4de41ade9959702195d4c26c764e7aab85c627363681c29dbc4a8a2c5', -- oscar-
|