openwrt-routing/olsrd
Nick Hainke 0bffe620b4 olsrd: add ubus ipc integration to olsrd
IPC integration of olsrd with OpenWrt. Allow dynamic adding and removing
of interfaces at run-time. We need to rename the avl-tree files, since
libubox also defines avl tree. Also add patch to allow meshing via
wireguard point-to-point links.

The ubus interface offers following functions:
  - add_inteface '{"ifname":"wg_51820"}'
  - del_inteface '{"ifname":"wg_51820"}'

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-01-16 10:24:19 +01:00
..
files olsrd: fix meshing via wireguard tunnels 2022-01-08 22:37:32 +01:00
patches olsrd: add ubus ipc integration to olsrd 2022-01-16 10:24:19 +01:00
src/src olsrd: add ubus ipc integration to olsrd 2022-01-16 10:24:19 +01:00
Makefile olsrd: add ubus ipc integration to olsrd 2022-01-16 10:24:19 +01:00