openwrt/package/network
Felix Fietkau 212040b5ca unetmsg: fix reconnect loop when RX authenticates before TX
When both peers connect simultaneously, the RX side can authenticate
before the TX handshake completes. network_check_auth() was sending a
ping on the unauthenticated TX channel, which gets rejected by the
remote's pre-auth handler as "Auth failed", killing the connection and
triggering an endless reconnect cycle.

Check chan.auth before interacting with the TX channel. If TX auth
hasn't completed yet, just schedule a reconnect timer - auth_data_cb
already handles state sync when TX auth completes.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2026-02-07 10:04:18 +01:00
..
config wifi-scripts: wireless.uc: add MLO support for procd service data 2026-02-02 09:08:20 +00:00
ipv6 odhcp6c: update to Git HEAD (2026-01-25) 2026-01-26 18:49:51 +01:00
services unetmsg: fix reconnect loop when RX authenticates before TX 2026-02-07 10:04:18 +01:00
utils xdp-tools: update to 1.5.8 2026-02-06 17:38:51 +01:00