freebsd-dev/sys/dev/xen/netfront
Kristof Provost 903eaa68f1 xen/netfront: Ensure curvnet is set
netfront_backend_changed() is called from the xenwatch_thread(), which means
that the curvnet is not set. We have to set it before we can call things like
arp_ifinit().

PR:		230845
2018-08-23 16:52:52 +00:00
..
netfront.c xen/netfront: Ensure curvnet is set 2018-08-23 16:52:52 +00:00