K 10 svn:author V 2 kp K 8 svn:date V 27 2018-10-21T16:51:35.706063Z K 7 svn:log V 260 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 END