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:33:35 +0200
commitc6e50075f245b076b57f3f87b5401764a2e11b92 (patch)
treeee7d35accaa927d718187d029292080e77a007e3 /package/utils/busybox/patches/204-udhcpc_no_msg_dontroute.patch
parent004fe8962090aba170b866aaba5526d4f96c8d6d (diff)
downloadupstream-c6e50075f245b076b57f3f87b5401764a2e11b92.tar.gz
upstream-c6e50075f245b076b57f3f87b5401764a2e11b92.tar.bz2
upstream-c6e50075f245b076b57f3f87b5401764a2e11b92.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);