mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
New file missed vimagification.
This commit is contained in:
parent
59ca51adba
commit
ad34e48415
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182741
@ -53,6 +53,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/taskqueue.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/eventhandler.h>
|
||||
#include <sys/vimage.h>
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_var.h>
|
||||
@ -237,7 +238,7 @@ iwch_init_module(void)
|
||||
|
||||
/* Register existing TOE interfaces by walking the ifnet chain */
|
||||
IFNET_RLOCK();
|
||||
TAILQ_FOREACH(ifp, &ifnet, if_link) {
|
||||
TAILQ_FOREACH(ifp, &V_ifnet, if_link) {
|
||||
(void)ifaddr_event_handler(NULL, ifp);
|
||||
}
|
||||
IFNET_RUNLOCK();
|
||||
|
Loading…
Reference in New Issue
Block a user