From 806b7ce4179cdb7f59d03d39d8dfb6e781cd5b89 Mon Sep 17 00:00:00 2001 From: Katze Miau Date: Mon, 19 Dec 2011 10:39:18 +0000 Subject: add /etc/config/cloud This file is intended to centrally store all information specific to the local mesh cloud (name of the local freifunk community, used address ranges, ...) that is - device independent (e.g. no device names) - does not fit in another config file (e.g. freifunk community name) or is subject to change during runtime (e.g. robinson network address range) Ultimately it shall be generated during image creation. diff --git a/files/common/etc/config/cloud b/files/common/etc/config/cloud new file mode 100644 index 0000000..8b67713 --- /dev/null +++ b/files/common/etc/config/cloud @@ -0,0 +1,4 @@ +config cloud cur + option net_robinson '21.0.0.0/8' + option net_fake '22.0.0.0/8' + option net_mesh '10.17.0.0/16' -- cgit v0.10.1