use batman

This commit is contained in:
Martin Geno 2017-07-01 19:54:32 +02:00
parent 96144fa435
commit 6b2daf5df2
No known key found for this signature in database
GPG Key ID: F0D39A37E925E941
4 changed files with 13 additions and 12 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "gluon"]
path = gluon
url = https://github.com/freifunk-ffm/gluon.git
url = https://github.com/freifunk-gluon/gluon.git

2
gluon

@ -1 +1 @@
Subproject commit 155d06cca2358fd5580f7298041ba4b03a6175e9
Subproject commit 31893cb91293d501e501de47d5b750e1497bc8a9

View File

@ -11,10 +11,8 @@
site_code = 'breminale',
site_seed = '48a9de099ffe3b2d4410955afd65c33edec2f109a638393b9ee66d837f12c514',
babel_mesh = { prefix = '2a00:C380:DEAD:7338::/64', },
mesh_on_lan = true, -- breminale spezifisch
poe_passthrough = true,
vxlan_id = 4123,
prefix4 = '10.43.0.0/16',
prefix6 = '2a00:C380:DEAD:7337::/64',
@ -37,8 +35,8 @@
ssid = 'bremen.freifunk.net',
},
mesh = {
id = 'babel.ffhb.de',
mcast_rate = 12000,
id = 'batman.ffhb.de',
mcast_rate = 6000,
},
},
wifi5 = {
@ -47,14 +45,13 @@
ssid = 'bremen.freifunk.net',
},
mesh = {
id = 'babel.ffhb.de',
mcast_rate = 12000,
id = 'batman.ffhb.de',
mcast_rate = 6000,
},
},
dns = {
cacheentries = 5000,
servers = { '2001:db8::1', },
cacheentries = 5000,
},
next_node = {

View File

@ -1,11 +1,14 @@
GLUON_SITE_PACKAGES := \
gluon-mesh-babel \
gluon-l3roamd \
gluon-mesh-batman-adv-14 \
gluon-respondd \
respondd-module-airtime \
respondd-module-wifisettings \
gluon-respondd-lldp \
gluon-ebtables-filter-multicast \
gluon-ebtables-filter-ra-dhcp \
gluon-ebtables-segment-mld \
gluon-client-bridge \
gluon-radv-filterd \
gluon-radvd \
gluon-neighbour-info \
gluon-node-info \
@ -14,6 +17,7 @@ GLUON_SITE_PACKAGES := \
iputils-ping6 \
iwinfo \
iptables \
firewall \
haveged \
gluon-authorized-keys \
ffhb-breminale \