Kristof Provost 5191a3aea6 vlan: Fix panic with lagg and vlan
vlan_lladdr_fn() is called from taskqueue, which means there's no vnet context
set. We can end up trying to send ARP messages (through the iflladdr_event
event), which requires a vnet context.

PR:		227654
MFC after:	3 days
2018-10-21 16:51:35 +00:00
..
2018-10-21 16:29:32 +00:00
2018-10-20 20:45:49 +00:00
2018-10-09 14:27:55 +00:00
2018-10-05 17:53:47 +00:00
2018-08-23 13:21:01 +00:00
2018-10-20 20:53:35 +00:00
2018-10-20 22:39:35 +00:00
2018-10-21 16:51:35 +00:00
2018-07-15 00:31:17 +00:00
2018-09-22 17:05:49 +00:00