mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-19 13:31:18 +01:00
handle_publish() notifies local subscribers about publisher state changes. The publish/subscribe handler in network_socket_handle_request() was calling it for both remote publish and subscribe changes, but subscriber changes are not relevant to local subscribers. Guard the handle_publish() calls with a msgtype == "publish" check, matching the local client paths in unetmsgd-client.uc which already have this guard. Signed-off-by: Felix Fietkau <nbd@nbd.name> |
||
|---|---|---|
| .. | ||
| bridger | ||
| dnsmasq | ||
| dropbear | ||
| ead | ||
| hostapd | ||
| ipset-dns | ||
| lldpd | ||
| odhcpd | ||
| omcproxy | ||
| ppp | ||
| relayd | ||
| uhttpd | ||
| umdns | ||
| unetd | ||
| unetmsg | ||
| ustp | ||