Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143118776
D27631.id80753.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
489 B
Referenced Files
None
Subscribers
None
D27631.id80753.diff
View Options
Index: sys/netinet6/in6_ifattach.c
===================================================================
--- sys/netinet6/in6_ifattach.c
+++ sys/netinet6/in6_ifattach.c
@@ -689,6 +689,13 @@
ND_IFINFO(ifp)->flags &= ~ND6_IFF_AUTO_LINKLOCAL;
ND_IFINFO(ifp)->flags |= ND6_IFF_NO_DAD;
break;
+ case IFT_INFINIBAND:
+ /*
+ * IPv6 over infiniband should not use link-local
+ * addresses:
+ */
+ ND_IFINFO(ifp)->flags &= ~ND6_IFF_AUTO_LINKLOCAL;
+ break;
default:
break;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 27, 5:20 AM (11 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28050915
Default Alt Text
D27631.id80753.diff (489 B)
Attached To
Mode
D27631: Streamline infiniband code according to ethernet code
Attached
Detach File
Event Timeline
Log In to Comment