From eab986432da4dc52e3293d46a6e0083eb01196fe Mon Sep 17 00:00:00 2001 From: Philipp Borgers Date: Mon, 24 Sep 2018 13:43:51 +0200 Subject: [PATCH] community-profiles: change subnet of mesh_network option for Berlin The mesh_network option is used to check the user input. The wizard checks if the input ip address is part of the mesh_network. We use multiple /16 networks. There is no support for multiple ranges so we the 10.0.0.0/8. For reference the ip list: https://wiki.freifunk.net/IP-Netze Signed-off-by: Philipp Borgers --- .../package/community-profiles/files/etc/config/profile_berlin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/package/community-profiles/files/etc/config/profile_berlin b/contrib/package/community-profiles/files/etc/config/profile_berlin index e1e4eda91b..2307f1f3ba 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_berlin +++ b/contrib/package/community-profiles/files/etc/config/profile_berlin @@ -3,7 +3,7 @@ config 'community' 'profile' option 'homepage' 'http://berlin.freifunk.net' option 'ssid' 'berlin.freifunk.net' option 'ssid_scheme' 'addchannelbefore' - option 'mesh_network' '104.0.0.0/8' + option 'mesh_network' '10.0.0.0/8' option 'splash_network' '10.104.0.0/16' option 'splash_prefix' '27' option 'latitude' '52.52075' -- 2.30.2