aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/204-udhcpc_no_msg_dontroute.patch
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-06-21 22:26:18 +0200
committerHans Dedecker <dedeckeh@gmail.com>2018-06-21 22:40:54 +0200
commit2ac5800fd945e41f27954942afa6742c2b6c9781 (patch)
treee70c91107ecaf18720e7b54522f7a278c6a10337 /package/utils/busybox/patches/204-udhcpc_no_msg_dontroute.patch
parent7f3121cf8a72490ee36edbcecf0adde8246867b5 (diff)
downloadupstream-2ac5800fd945e41f27954942afa6742c2b6c9781.tar.gz
upstream-2ac5800fd945e41f27954942afa6742c2b6c9781.tar.bz2
upstream-2ac5800fd945e41f27954942afa6742c2b6c9781.zip
busybox: udhcpc: replace udhcpc_no_msg_dontroute patch by upstream fix
Replace 204-udhcpc_no_msg_dontroute patch by the upstream busybox fix which removes the code which requires the server ID to be on local network Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/utils/busybox/patches/204-udhcpc_no_msg_dontroute.patch')
-rw-r--r--package/utils/busybox/patches/204-udhcpc_no_msg_dontroute.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/utils/busybox/patches/204-udhcpc_no_msg_dontroute.patch b/package/utils/busybox/patches/204-udhcpc_no_msg_dontroute.patch
deleted file mode 100644
index e70c412d3a..0000000000
--- a/package/utils/busybox/patches/204-udhcpc_no_msg_dontroute.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/networking/udhcp/dhcpc.c
-+++ b/networking/udhcp/dhcpc.c
-@@ -700,7 +700,7 @@
- return udhcp_send_kernel_packet(packet,
- ciaddr, CLIENT_PORT,
- server, SERVER_PORT,
-- /*send_flags: "to hosts only on directly connected networks" */ MSG_DONTROUTE
-+ 0 /*Was MSG_DONTROUTE here. It prevented unicast renewal requests to server in different subnet*/
- );
- }
- return raw_bcast_from_client_config_ifindex(packet, ciaddr);