aboutsummaryrefslogtreecommitdiff
path: root/net/yggdrasil/files
Commit message (Collapse)AuthorAge
* yggdrasil: Change package configuration to UCIGeorge Iv2019-11-21
| | | | Signed-off-by: George Iv <57254463+zhoreeq@users.noreply.github.com>
* yggdrasil: uci firewall Section name and cover both IP versionsWilliam Fleurant2019-10-26
| | | | | | | - rename the section instance to yggdrasil (feat. request) - allow zone to cover both ip4 and ip6 fam Signed-off-by: William Fleurant <meshnet@protonmail.com>
* yggdrasil: properly call the daemon with procdWilliam Fleurant2019-08-09
| | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* yggdrasil: fix startup and generate nodeInfo infoWilliam Fleurant2019-03-23
| | | | | | | | | - init: fix no start - defaults: apply ubus system board info to nodeInfo - defaults: fix missing yggdrasil interface - defaults: call uci commit Signed-off-by: William Fleurant <william@netblazr.com>
* yggdrasil: remove pkgarch, cleanup space with tabsWilliam Fleurant2019-03-20
| | | | Signed-off-by: William Fleurant <william@netblazr.com>
* routing-yggdrasil: add packagePaul Spooren2019-03-19
Yggdrasil builds end-to-end encrypted networks with IPv6. Beyond the similarities with cjdns is a different routing algorithm. This globally-agreed spanning tree uses greedy routing in a metric space. Back-pressure routing techniques allow advanced link aggregation bonding on per-stream basis. In turn, a single stream will span across multiple network interfaces simultaneously with much greater throughput. Authored by: William Fleurant <meshnet@protonmail.com> Signed-off-by: Paul Spooren <mail@aparcar.org>