FreeBSD Bugzilla – Attachment 8541 Details for
Bug 17814
sr driver ignores IFF_LINK2 | IFF_DEBUG when first time ifconfig
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 602 bytes, created by
fujiwara
on 2000-04-05 20:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
fujiwara
Created:
2000-04-05 20:10:00 UTC
Size:
602 bytes
patch
obsolete
>--- sys/net/if_spppsubr.c.orig Wed Apr 5 21:59:05 2000 >+++ sys/net/if_spppsubr.c Thu Apr 6 03:39:43 2000 >@@ -801,7 +801,8 @@ > spppq = sp; > > sp->pp_if.if_mtu = PP_MTU; >- sp->pp_if.if_flags = IFF_POINTOPOINT | IFF_MULTICAST; >+ sp->pp_if.if_flags &= (IFF_LINK0 | IFF_LINK1 | IFF_LINK2 | IFF_UP | IFF_DEBUG); >+ sp->pp_if.if_flags |= IFF_POINTOPOINT | IFF_MULTICAST; > sp->pp_if.if_type = IFT_PPP; > sp->pp_if.if_output = sppp_output; > #if 0 >@@ -816,6 +817,7 @@ > sp->pp_phase = PHASE_DEAD; > sp->pp_up = lcp.Up; > sp->pp_down = lcp.Down; >+ sp->pp_mode = 0; > > sppp_lcp_init(sp); > sppp_ipcp_init(sp);
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 17814
: 8541