jail: start ubus and netifd instances for container with netns
authorDaniel Golle <daniel@makrotopia.org>
Wed, 8 Sep 2021 01:00:50 +0000 (02:00 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 15 Sep 2021 20:43:49 +0000 (21:43 +0100)
commit1eb4371e2534296d04580cb8b9cb5baa5f07e27d
tree3b291adf7558e08a88a21b2783601510da8a9154
parent482d1ab85fc3ced40690253062cd7f30da2eb0f9
jail: start ubus and netifd instances for container with netns

Start per-container instances of ubusd and netifd for containers with
private network namespace. This netifd instance will be used in future
to configure networking inside the container.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
CMakeLists.txt
jail/jail.c
jail/netifd.c [new file with mode: 0644]
jail/netifd.h [new file with mode: 0644]