Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131917059
D20006.id56537.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
435 B
Referenced Files
None
Subscribers
None
D20006.id56537.diff
View Options
Index: head/sys/netinet6/in6_ifattach.c
===================================================================
--- head/sys/netinet6/in6_ifattach.c
+++ head/sys/netinet6/in6_ifattach.c
@@ -328,6 +328,14 @@
NET_EPOCH_EXIT(et);
return -1;
+ case IFT_INFINIBAND:
+ if (addrlen != 20) {
+ NET_EPOCH_EXIT(et);
+ return -1;
+ }
+ bcopy(addr + 12, &in6->s6_addr[8], 8);
+ break;
+
default:
NET_EPOCH_EXIT(et);
return -1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 13, 5:01 AM (10 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23658531
Default Alt Text
D20006.id56537.diff (435 B)
Attached To
Mode
D20006: ipoib: assign link-local address according to RFC
Attached
Detach File
Event Timeline
Log In to Comment