diff options
author | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-19 10:39:18 (GMT) |
---|---|---|
committer | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-19 10:39:18 (GMT) |
commit | 806b7ce4179cdb7f59d03d39d8dfb6e781cd5b89 (patch) | |
tree | 7d8f8fcae83372750ce4daaef6c0a203b917da87 /files/common | |
parent | c65dad384318535c1872f61b826dfff6d9e9f66f (diff) |
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.
Diffstat (limited to 'files/common')
-rw-r--r-- | files/common/etc/config/cloud | 4 |
1 files changed, 4 insertions, 0 deletions
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' |