HomeFreeBSD

MFC r312979 (by loos):

Description

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.

Details

Provenance
mavAuthored on
Parents
rS317696: Introduce sleepable locks into if_lagg.
Branches
Unknown
Tags
Unknown