Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 153893 Details for
Bug 223141
net-misc/dhcpcd-4.0.0_beta4 no network after net.eth0 initialization
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix classless static routes
dhcpcd-csr.patch (text/plain), 398 bytes, created by
Roy Marples
on 2008-05-22 00:13:28 UTC
(
hide
)
Description:
Fix classless static routes
Filename:
MIME Type:
Creator:
Roy Marples
Created:
2008-05-22 00:13:28 UTC
Size:
398 bytes
patch
obsolete
>diff --git a/dhcp.c b/dhcp.c >index 0b65cde..f0c164d 100644 >--- a/dhcp.c >+++ b/dhcp.c >@@ -654,7 +654,7 @@ get_option_routes(const struct dhcp_message *dhcp) > int len; > > /* If we have CSR's then we MUST use these only */ >- p = get_option(dhcp, DHCP_CSR); >+ p = _get_option(dhcp, DHCP_CSR, &len, NULL); > /* Check for crappy MS option */ > if (!p) > p = _get_option(dhcp, DHCP_MSCSR, &len, NULL);
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 223141
:
153887
|
153889
|
153891
| 153893 |
154909