mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-23 21:08:23 +00:00
87a280cf2a
Use new ubus-based hotplug call in dhcp-script.sh As sysntpd now makes use of the new ubus-based hotplug calls, dnsmasq no longer needs to ship ACL to cover ntpd-hotplug. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: maurerr <mariusd84@gmail.com>
13 lines
167 B
JSON
13 lines
167 B
JSON
{
|
|
"user": "dnsmasq",
|
|
"publish": [ "dnsmasq" ],
|
|
"access": {
|
|
"hotplug.dhcp": {
|
|
"methods": [ "call" ]
|
|
},
|
|
"hotplug.neigh": {
|
|
"methods": [ "call" ]
|
|
}
|
|
}
|
|
}
|