aboutsummaryrefslogtreecommitdiff
path: root/net/wg-installer/wg-server/hotplug.d/99-mesh-olsrd
Commit message (Collapse)AuthorAge
* wg-installer: rework codeNick Hainke2022-01-20
| | | | | | | Use shellcheck to rework the code. Use "export" to return variables from a function call. Further, fix typos. Signed-off-by: Nick Hainke <vincent@systemli.org>
* wg-installer: switch to ubus call for olsrd hotplugNick Hainke2022-01-16
| | | | | | Use ubus ipc calls to add and remove interfaces. Signed-off-by: Nick Hainke <vincent@systemli.org>
* wg-installer: allow defining link costs for hotplugsNick Hainke2022-01-12
| | | | | | Add options to set link costs in mesh routing daemons. Signed-off-by: Nick Hainke <vincent@systemli.org>
* wg-installer: fix using symlinks for conf filesNick Hainke2022-01-11
| | | | | | | It is useful to symlink babeld and olsrd to /tmp/ if we frequently write to those config files. Signed-off-by: Nick Hainke <vincent@systemli.org>
* wg-installer: add hotplug script for olsrNick Hainke2022-01-06
Add hotplug-olsrd to automatically mesh with olsrd via new wireguard links. Signed-off-by: Nick Hainke <vincent@systemli.org>