mirror of
https://git.openwrt.org/project/netifd.git
synced 2026-07-01 09:38:59 +00:00
master
Add a PROTO_CMD_RESTART command and a per-interface "restart" ubus method. Protocol handlers can advertise a restart handler via the restart-handler capability to restart their client in place (e.g. a DHCP client) without a full teardown. Protocols without a restart handler fall back to a full reload, which bounces the interface down and up. Dynamic interfaces are left untouched on the fallback path, as a reload would remove rather than reload them. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Felix Fietkau <nbd@nbd.name>
Description
OpenWrt Network interface configuration daemon
1.6 MiB
Languages
C
96.3%
Shell
3.3%
CMake
0.4%