Merge pull request #5 from Freifunk-Troisdorf/test-fastd-groups

Added fast Peer Groups
This commit is contained in:
stebifan 2015-05-26 12:47:03 +02:00
commit 3801a4f439

View File

@ -39,8 +39,8 @@
}, },
mtu = 1406, mtu = 1406,
groups = { groups = {
backbone = { wupper = {
limit = 2, limit = 1,
peers = { peers = {
wupper0 = { wupper0 = {
key = '7142f897f4e55d2c19207aa59db92ec54d7517cf558d5ecaef33689234952a4b', key = '7142f897f4e55d2c19207aa59db92ec54d7517cf558d5ecaef33689234952a4b',
@ -62,12 +62,17 @@
key = '5e7fa122990dbc34b8cae7ece2cd4ef919d3f8c23a674b7bbcf05bfebe6a6e8a', key = '5e7fa122990dbc34b8cae7ece2cd4ef919d3f8c23a674b7bbcf05bfebe6a6e8a',
remotes = {'"wupper4.freifunk-troisdorf.de" port 53840'}, remotes = {'"wupper4.freifunk-troisdorf.de" port 53840'},
}, },
},
},
troisdorf = {
limit = 1,
peers = {
gateway2 = { gateway2 = {
key = '9154293d90bb907a647338585da4ddf283e534a948a0bb73ca604391fdd4aa0b', key = '9154293d90bb907a647338585da4ddf283e534a948a0bb73ca604391fdd4aa0b',
remotes = {'"gateway2.freifunk-troisdorf.de" port 53840'}, remotes = {'"gateway2.freifunk-troisdorf.de" port 53840'},
}, },
}, },
}, }
}, },
}, },
autoupdater = { autoupdater = {