openwrt/package/network
Felix Fietkau d63541ff98 unetmsg: fix inverted condition in network_rx_socket_close()
The cleanup condition checked != instead of ==, inverting the logic.
This caused two problems:

When an authenticated RX connection disconnected, remote state for that
host was never cleaned up since the stored entry matched the one being
closed.

When a stale unauthenticated connection from a peer closed, any existing
authenticated connection from the same peer was incorrectly deleted and
its remote state wiped.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit f09596f84f)
2026-02-16 08:09:16 +00:00
..
config wifi-scripts: ucode: fix ieee80211w default 2026-02-16 01:52:06 +01:00
ipv6 6in4: improve HE tunnel update procedure 2026-02-15 01:27:13 +01:00
services unetmsg: fix inverted condition in network_rx_socket_close() 2026-02-16 08:09:16 +00:00
utils iproute2: add cake_mq support 2026-02-11 02:12:22 +01:00