odhcp6c: add new argument option to disable script call
authorNicolas BESNARD <[email protected]>
Tue, 17 Dec 2024 15:28:15 +0000 (15:28 +0000)
committerÁlvaro Fernández Rojas <[email protected]>
Mon, 3 Nov 2025 15:21:24 +0000 (16:21 +0100)
commit58f3c9eb1163f10ec0aacf036ffe228b77749e60
tree84be7a8ea9f644b819a31b96cbdefb54567484d2
parent1048fc4fb622baa3dfabf42d2a3248d229271c00
odhcp6c: add new argument option to disable script call

Problem: odhcp6c call user defined script (or /usr/sbin/odhcp6c-update
by default) on every state update. When using ubus event, this feature
is not needed.

Solution: add a new argument option to disable script call on state
update.

Signed-off-by: Nicolas BESNARD <[email protected]>
Signed-off-by: Paul Donald <[email protected]>
Link: https://github.com/openwrt/odhcp6c/pull/106
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/odhcp6c.c
src/script.c