FreeBSD Bugzilla – Attachment 12753 Details for
Bug 24518
ppp(8) fails to negitiate DNS server in IPCP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 614 bytes, created by
t-ogawa
on 2001-01-22 01:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
t-ogawa
Created:
2001-01-22 01:20:01 UTC
Size:
614 bytes
patch
obsolete
>--- ipcp.c.orig Mon Jan 22 09:39:45 2001 >+++ ipcp.c Mon Jan 22 09:40:27 2001 >@@ -871,10 +871,13 @@ > } > > if (IsEnabled(ipcp->cfg.ns.dns_neg) && >- !REJECTED(ipcp, TY_PRIMARY_DNS - TY_ADJUST_NS) && >- !REJECTED(ipcp, TY_SECONDARY_DNS - TY_ADJUST_NS)) { >+ !REJECTED(ipcp, TY_PRIMARY_DNS - TY_ADJUST_NS)) { > memcpy(o->data, &ipcp->dns[0].s_addr, 4); > INC_LCP_OPT(TY_PRIMARY_DNS, 6, o); >+ } >+ >+ if (IsEnabled(ipcp->cfg.ns.dns_neg) && >+ !REJECTED(ipcp, TY_SECONDARY_DNS - TY_ADJUST_NS)) { > memcpy(o->data, &ipcp->dns[1].s_addr, 4); > INC_LCP_OPT(TY_SECONDARY_DNS, 6, o); > }
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 24518
: 12753