K 10 svn:author V 2 kp K 8 svn:date V 27 2018-10-24T17:32:31.500702Z K 7 svn:log V 278 MFC r339547: 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 Approved by: re (kib) END