Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137644339
D14527.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
482 B
Referenced Files
None
Subscribers
None
D14527.diff
View Options
Index: head/sbin/dhclient/dhclient.c
===================================================================
--- head/sbin/dhclient/dhclient.c
+++ head/sbin/dhclient/dhclient.c
@@ -1513,7 +1513,8 @@
memcpy(&to.s_addr, ip->client->destination.iabuf,
sizeof(to.s_addr));
- if (ip->client->state != S_REQUESTING)
+ if (ip->client->state != S_REQUESTING &&
+ ip->client->state != S_REBOOTING)
memcpy(&from, ip->client->active->address.iabuf,
sizeof(from));
else
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 25, 6:29 PM (12 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26103842
Default Alt Text
D14527.diff (482 B)
Attached To
Mode
D14527: dhclient violates RFC2131 when sending early DHCPREQUEST message to re-obtain old IP
Attached
Detach File
Event Timeline
Log In to Comment