babeld: add add_interface function
authorNick Hainke <vincent@systemli.org>
Mon, 31 Jan 2022 22:14:22 +0000 (23:14 +0100)
committerNick Hainke <vincent@systemli.org>
Tue, 1 Feb 2022 19:05:53 +0000 (20:05 +0100)
commit385200443554ab87e0205f5551f7a0c1883da776
tree9a971f55ea595f0977bc26d946bdb9ac7d1aa45b
parent0bffe620b441c039780d4336a15c8ed4f2ebbbf4
babeld: add add_interface function

An interface can be added dynmiacally to babeld by starting babeld with
the local management interface (-G) and saying:
  interface eth0

Add the ubus equivalent of this function:
  ubus call babeld add_interface '{"ifname":"eth0"}'

Signed-off-by: Nick Hainke <vincent@systemli.org>
babeld/src/ubus.c
babeld/src/ubus.h