FreeBSD Bugzilla – Attachment 155476 Details for
Bug 199378
[patch] dhclient violates RFC2131 when sending early DHCPREQUEST message to re-obtain old IP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to cause early DHCPREQUEST broadcasts to be sent using source IP 0.0.0.0
dhclient.diff (text/plain), 500 bytes, created by
J.R. Oldroyd
on 2015-04-11 14:26:49 UTC
(
hide
)
Description:
patch to cause early DHCPREQUEST broadcasts to be sent using source IP 0.0.0.0
Filename:
MIME Type:
Creator:
J.R. Oldroyd
Created:
2015-04-11 14:26:49 UTC
Size:
500 bytes
patch
obsolete
>Index: sbin/dhclient/dhclient.c >=================================================================== >--- sbin/dhclient/dhclient.c (revision 280783) >+++ sbin/dhclient/dhclient.c (working copy) >@@ -1460,7 +1460,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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199378
: 155476