Kristof Provost 85f330e5fa epair: Fix panic on unload
The VNET_SYSUNINIT() callback is executed after the MOD_UNLOAD. That means
that netisr_unregister() has already been called when
netisr_unregister_vnet() gets calls, leading to an assertion failure.

Restore the expected order of operations by performing everything that
was done in MOD_UNLOAD to a SYSUNINIT() (that will be called after the
VNET_SYSUNINIT()).

Differential Revision:	https://reviews.freebsd.org/D12771
2017-11-01 14:27:26 +00:00
..
2017-10-29 08:17:03 +00:00
2017-05-23 09:29:05 +00:00
2017-10-30 03:25:22 +00:00
2017-11-01 14:27:26 +00:00
2017-05-23 09:29:05 +00:00
2017-10-29 08:17:03 +00:00
2017-06-08 21:30:34 +00:00
2017-10-29 08:17:03 +00:00
2017-10-28 02:51:27 +00:00
2017-10-21 12:05:01 +00:00