K 10 svn:author V 3 mav K 8 svn:date V 27 2017-05-02T19:29:31.247685Z K 7 svn:log V 360 MFC r312979 (by loos): Do not update the lagg link layer address when destroying a lagg clone. This would enqueue an event to send the gratuitous arp on a dying lagg interface without any physical ports attached to it. Apart from that, the taskqueue_drain() on lagg_clone_destroy() runs too late, when the ifp data structure is already freed. Fix that too. END