ubus: add support for adding auth_connect hosts at runtime
authorFelix Fietkau <nbd@nbd.name>
Wed, 31 Aug 2022 18:37:05 +0000 (20:37 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 31 Aug 2022 18:38:39 +0000 (20:38 +0200)
commit8ad119715168c730e1800c3b13f6d762530c9beb
tree59700d9173bdc4eaaccf537a761bc20215a39779
parentc3b1127236a0c0372da3f711c8701d1a36434b48
ubus: add support for adding auth_connect hosts at runtime

These hosts always need to have a timeout value. After the timeout, they
are automatically deleted. Other than that, they work just like regular
configured auth_host entries

Signed-off-by: Felix Fietkau <nbd@nbd.name>
network.c
pex.c
pex.h
ubus.c
utils.c
utils.h