[Dnsmasq-discuss] [PATCH 0/1] Allow overriding of ubus service name

Oldřich Jedlička oldium.pro at gmail.com
Fri Mar 20 21:18:56 GMT 2020


Hi,

Another patch, now adding option to specify the name of ubus service
visible by a call to `ubus list`. This is useful when you have more than
one dnsmasq instances running -- the ubus service name has to be unique
for each instance, otherwise `ubus_add_object` fails. With this patch,
it is possible to change the registered name, like for the D-Bus case.

Tested on OpenWrt.

Regards,
Oldrich.

Oldřich Jedlička (1):
  Allow overriding of ubus service name.

 man/dnsmasq.8 |  7 +++++--
 src/config.h  |  1 +
 src/dnsmasq.h |  1 +
 src/option.c  | 14 +++++++++++---
 src/ubus.c    |  3 ++-
 5 files changed, 20 insertions(+), 6 deletions(-)

-- 
2.17.1




More information about the Dnsmasq-discuss mailing list