> From: Linus Lüssing <linus.luess...@web.de>
> 
> With this commit configuration via uci, similiar to the one used for
> OpenVPN, will be added to tinc.
> 
> Most of the parameters are working just as described in the official
> manpages of tincd and tinc.conf as provided by its developer.
> 
> The only exceptions are 'disabled' which if set to 1 will make the
> init script completely ignore this tinc network and/or tinc host
> and 'generate_keys' which if set to 1 will check whether
> a key pair is already present for the given tinc network and if not will
> generate them with the key size of "key_size" (default if not present:
> 2048) - this reduces the "effort" of setting up a tinc VPN on a router
> to just providing the right uci config file with no need of creating
> custom initialization scripts for for instance the key generation.
> 
> Furthermore, similiar to the OpenVPN configuration, also tinc configs
> of its native format can be used. They just need to be placed in
> /etc/tinc/NETNAME. The init scripts will always copy the content of
> /etc/tinc/ to /tmp first and will append any parameters provided in
> /etc/config/tinc afterwards (the user needs to take care to not specify
> non-list parameters in both uci and native config).
> 
> Signed-off-by: Linus Lüssing <linus.luess...@web.de>
Reviewed by: Manuel Munz <freifunk at somakoma dot de>

Patch looks good and works, i'd like to see this getting submitted.

Regards, Manuel

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to