Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164437305
D6885.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
493 B
Referenced Files
None
Subscribers
None
D6885.diff
View Options
Index: head/sys/dev/ntb/if_ntb/if_ntb.c
===================================================================
--- head/sys/dev/ntb/if_ntb/if_ntb.c
+++ head/sys/dev/ntb/if_ntb/if_ntb.c
@@ -427,7 +427,7 @@
&handlers);
ifp->if_init = ntb_net_init;
ifp->if_softc = &net_softc;
- ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX;
+ ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
ifp->if_ioctl = ntb_ioctl;
ifp->if_start = ntb_start;
IFQ_SET_MAXLEN(&ifp->if_snd, IFQ_MAXLEN);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 1, 11:47 PM (14 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35834420
Default Alt Text
D6885.diff (493 B)
Attached To
Mode
D6885: Fix if_ntb interface setup to include IFF_MULTICAST. This allows IPv6 link local addresses (and other IPv6 functionality) to work.
Attached
Detach File
Event Timeline
Log In to Comment