On Tue, Nov 28, 2017 at 3:08 PM, Borja Salazar wrote:
> if the ubus object has any subscription
> notify DHCP ACK and DHCP RELEASE events
> using ubus notifications.
>
> Signed-off-by: Borja Salazar
> ---
> src/dhcpv4.c | 16
> src/odhcpd.h | 2 ++
> src/ubus.c | 24 +
if the ubus object has any subscription
notify DHCP ACK and DHCP RELEASE events
using ubus notifications.
Signed-off-by: Borja Salazar
---
src/dhcpv4.c | 16
src/odhcpd.h | 2 ++
src/ubus.c | 24
3 files changed, 42 insertions(+)
diff --git a/src/dhc