projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] nvram: handle nvram at varying offsets within the eraseblock (fixes Edimax...
[openwrt.git]
/
package
/
busybox
/
patches
/
242-udhcpc_msgs.patch
diff --git
a/package/busybox/patches/242-udhcpc_msgs.patch
b/package/busybox/patches/242-udhcpc_msgs.patch
index
efe8e9a
..
1200c34
100644
(file)
--- a/
package/busybox/patches/242-udhcpc_msgs.patch
+++ b/
package/busybox/patches/242-udhcpc_msgs.patch
@@
-1,18
+1,18
@@
--- a/networking/udhcp/clientpacket.c
+++ b/networking/udhcp/clientpacket.c
--- a/networking/udhcp/clientpacket.c
+++ b/networking/udhcp/clientpacket.c
-@@ -1
01,6 +101,7 @@
- int send_discover(uint32_t xid, uint32_t requested)
+@@ -1
26,6 +126,7 @@ int FAST_FUNC send_decline(uint32_t xid,
+ int
FAST_FUNC
send_discover(uint32_t xid, uint32_t requested)
{
{
- struct dhcp
Message
packet;
+ struct dhcp
_packet
packet;
+ static int msgs = 0;
init_packet(&packet, DHCPDISCOVER);
packet.xid = xid;
+ static int msgs = 0;
init_packet(&packet, DHCPDISCOVER);
packet.xid = xid;
-@@ -1
13,6 +114,7 @@
+@@ -1
38,6 +139,7 @@ int FAST_FUNC send_discover(uint32_t xid
add_param_req_option(&packet);
+ if (msgs++ < 3)
bb_info_msg("Sending discover...");
add_param_req_option(&packet);
+ if (msgs++ < 3)
bb_info_msg("Sending discover...");
- return
udhcp_send_raw_packet(&packet, INADDR_ANY, CLIENT_PORT, INADDR_BROADCAST,
- SERVER_PORT, MAC_BCAST_ADDR, client_config.ifindex);
+ return
raw_bcast_from_client_config_ifindex(&packet);
+ }
This page took
0.020112 seconds
and
4
git commands to generate.