diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2018-06-21 22:26:18 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-06-21 22:33:35 +0200 |
commit | c6e50075f245b076b57f3f87b5401764a2e11b92 (patch) | |
tree | ee7d35accaa927d718187d029292080e77a007e3 /package/utils/busybox/patches/204-udhcpc_no_msg_dontroute.patch | |
parent | 004fe8962090aba170b866aaba5526d4f96c8d6d (diff) | |
download | mtk-20170518-c6e50075f245b076b57f3f87b5401764a2e11b92.zip mtk-20170518-c6e50075f245b076b57f3f87b5401764a2e11b92.tar.gz mtk-20170518-c6e50075f245b076b57f3f87b5401764a2e11b92.tar.bz2 |
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.patch | 11 |
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 e70c412..0000000 --- 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); |