patches: carry forward busybox DHCP supersede fix (0025)

Fixes issue where DHCP client would sometimes send supersede requests incorrectly.

Renumbered from patches/0087.

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2025-10-19 00:00:00 +02:00
parent 6bf7c2306d
commit 2837f4406a

View File

@@ -1,8 +1,10 @@
From 42252a58e7396370a32444339f409a8c4635d232 Mon Sep 17 00:00:00 2001
From ad2867b686745e03124943c337552247058b0825 Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Mon, 24 Mar 2025 10:57:41 +0100
Subject: [PATCH] busybox: the DHCP client would sometimes send a superflous
port unreachable frame
Subject: [PATCH 25/55] busybox: the DHCP client would sometimes send a
superflous port unreachable frame
Enables SO_REUSEPORT on DHCP client sockets to prevent ICMP port unreachable messages when multiple DHCP clients bind to the same port.
Signed-off-by: John Crispin <john@phrozen.org>
---