FreeBSD Bugzilla – Attachment 12661 Details for
Bug 24365
delete alias from ipv6 p-t-p iface will crash kernel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 668 bytes, created by
System Admin Account
on 2001-01-16 01:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
System Admin Account
Created:
2001-01-16 01:10:00 UTC
Size:
668 bytes
patch
obsolete
>*** sys/netinet6/in6.c.orig Sat Jul 15 09:14:33 2000 >--- sys/netinet6/in6.c Sun Jan 14 04:03:37 2001 >*************** >*** 1219,1227 **** > { > if ((ia->ia_flags & IFA_ROUTE) == 0) > return; >! if (ifp->if_flags & (IFF_LOOPBACK | IFF_POINTOPOINT)) > rtinit(&(ia->ia_ifa), (int)RTM_DELETE, RTF_HOST); >! else > rtinit(&(ia->ia_ifa), (int)RTM_DELETE, 0); > ia->ia_flags &= ~IFA_ROUTE; > >--- 1219,1227 ---- > { > if ((ia->ia_flags & IFA_ROUTE) == 0) > return; >! /* if (ifp->if_flags & (IFF_LOOPBACK | IFF_POINTOPOINT)) > rtinit(&(ia->ia_ifa), (int)RTM_DELETE, RTF_HOST); >! else */ > rtinit(&(ia->ia_ifa), (int)RTM_DELETE, 0); > ia->ia_flags &= ~IFA_ROUTE;
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 24365
: 12661