lemoer
b3c9ac8bce
scripts: check_site_lib: need_table() now merges all keys before calling subcheck(...)
...
This also introduces an api change to the subcheck()!
Before:
-> subcheck(key, value, conf_name)
After:
-> subcheck(key, conf_name)
The idea is, that it's hard to submit a value, which should be then checked
again. It's wouldn't be clear (after merging) from which config the value
is, and so an helpful error message would be impossible.
2017-12-28 19:59:38 +01:00
lemoer
387bf99ab3
treewide: forbid use of selected site variables in domain specific or site configs (v2)
2017-12-28 19:59:38 +01:00
Matthias Schiffer
be88eba07f
Refactor common parts of gluon-mesh-vpn-fastd into a gluon-mesh-vpn-core package
...
The fastd_mesh_vpn site.conf section is renamed to mesh_vpn.fastd.
2017-03-10 19:45:34 +01:00
kb-light
558e98ae42
gluon-mesh-vpn-fastd: improve check_site
2017-02-21 11:19:44 +01:00
viisauksena
539081d315
gluon-mesh-vpn-fastd: make fastd syslog level configurable ( #915 )
2016-11-06 00:01:49 +01:00
Matthias Schiffer
26682b24b3
Replace gluon-simple-tc by non-Gluon-specific simple-tc
...
The Gluon-specific functions of the gluon-simple-tc package are moved to
gluon-mesh-vpn-fastd.
2015-10-15 02:38:47 +02:00
Matthias Schiffer
05f146f817
Validate section names from site.conf in various packages
2015-10-11 19:34:14 +02:00
Matthias Schiffer
a50cce4e09
gluon-mesh-vpn-fastd: make adding or removing the null method survive updates (if desired)
2015-05-04 03:09:07 +02:00
Matthias Schiffer
00c47f2912
gluon-mesh-vpn-fastd: extend site configuration to allow multiple and nested peer groups
2015-04-30 13:05:15 +02:00
Nils Schneider
4e19df098a
mesh-vpn-fastd: enable from site.conf
...
This patch allows fastd's enabled flag's default value to be set from
site.conf.
2014-09-03 20:37:17 +02:00
Matthias Schiffer
ffd86668fe
Validate site.conf
2014-07-05 02:48:56 +02:00