1
1
openwrt/package/network/services/unetd/files
John Crispin 5526366fea unetd: cli: convey network name from inviter to joiner
The unet CLI's join handler used the joiner's --network value as the
local network name, so an unspecified --network fell back to the
literal 'unet'. The inviter typically uses a different name (e.g.
ucoord_<venue>), so the two sides ended up keyed differently and any
upper layer subscribing to the network-named unetmsg channel never
saw each other.

The inviter now passes enroll_info={ network } to enroll_start so
the inviter's network name rides along in enroll_meta. The joiner
prefers data.enroll_meta?.network when present, falling back to its
own --network value for backwards compatibility with older inviters.

Signed-off-by: John Crispin <john@phrozen.org>
2026-06-03 11:19:06 +00:00
..
unet-dht.init unetd: add missing init script 2022-09-16 22:02:28 +02:00
unet.uc unetd: cli: convey network name from inviter to joiner 2026-06-03 11:19:06 +00:00
unetd.init unetd: add firewall input rule for global port 2024-12-17 21:54:54 +01:00
unetd.sh unetd: update to Git HEAD (2025-01-27) 2025-01-27 12:43:39 +01:00