David Härdeman

Results 77 comments of David Härdeman

> [@Alphix](https://github.com/Alphix) do you have a better understanding of where this comes from? odhcpd-update sources /lib/functions/procd.sh and calls "procd_send_signal dnsmasq" procd_send_signal is defined via _procd_wrapper() which calls procd_lock() procd_lock() does...

Ah, I think procd.sh expects to be sourced from an initscript... That's why $initscript is used in procd.sh, but it isn't defined...

Which would mean that this has been broken since procd_lock() was introduced in 2018 :)

See [this](https://openwrt.org/docs/guide-developer/procd-init-scripts)... Third bullet point at the top and the end of the section titled "Reloading service setup". Also see [this issue](https://github.com/openwrt/openwrt/issues/6425)

> I'm currently trying to split my /64 ULA into multiple /112 (per VLAN), is this patch supposed to help with that? If yes, how can I test it? >...

The `leasetrigger` script gets called when the leases change. But I agree that `DHCPv6` events should also be broadcast via ubus. I plan to add it at some point...

There isn't really any docs...the script gets called without arguments and without environment variables, typically it'll just cause `dnsmasq` to reload...but you could do anything you like in that script....

@Noltari I think this one can be closed unless @palonsoro objects?