So to understand the intent correctly: you want to be able to return from the callback without the request context being replied to, instead you want to stow away the context somewhere and invoke its .reply() later from another scope, e.g. within some timer or io callback? ubus: add ...
ubus: add request get_fd/set_fd methods … 17dbf0b ubus: add support for sending file descriptors via ubus.call/defer … 4acb960 ubus: add support for receiving file descriptors in call and defer … 22b9523 nbd168 force-pushed the ubus-fd branch 2 times, most recently from 876...
Support passing object_id instead of object in ubus.call(). This makes it possible to query ACL data: let data = ubus.call({ object_id: libubus.SYSTEM_OBJECT_ACL, method: "query" }); Owner jow- commented Feb 20, 2025 Given that object and object_id params appear to be exclusively...
Pull Request What does this PR do? Update some links to the documentation (URL was wrong or not existing) PR checklist Please check if your PR fulfills the following requirements: Does this PR fix an existing issue, or have you listed the changes appli
Maintainer: me Compile tested: only script changes Run tested: x86_64, APU3, OpenWrt master Description: The hotplug scripts are called with every state change. When called, the scripts are process...