Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146841326
D49358.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
362 B
Referenced Files
None
Subscribers
None
D49358.diff
View Options
diff --git a/sys/net/if.c b/sys/net/if.c
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -946,11 +946,11 @@
}
#endif
- if_link_ifnet(ifp);
-
if (domain_init_status >= 2)
if_attachdomain1(ifp);
+ if_link_ifnet(ifp);
+
EVENTHANDLER_INVOKE(ifnet_arrival_event, ifp);
if (IS_DEFAULT_VNET(curvnet))
devctl_notify("IFNET", ifp->if_xname, "ATTACH", NULL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 7, 2:16 AM (32 m, 30 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29348945
Default Alt Text
D49358.diff (362 B)
Attached To
Mode
D49358: ifnet: Initialize address family dependent data region earlier
Attached
Detach File
Event Timeline
Log In to Comment