K 10 svn:author V 8 hselasky K 8 svn:date V 27 2019-07-05T12:35:49.084069Z K 7 svn:log V 544 MFC r349507: Need to wait for epoch callbacks to complete before detaching a network interface. This particularly manifests itself when an INP has multicast options attached during a network interface detach. Then the IPv4 and IPv6 leave group call which results from freeing the multicast address, may access a freed ifnet structure. These are the steps to reproduce: service mdnsd onestart # installed from ports ifconfig epair create ifconfig epair0a 0/24 up ifconfig epair0a destroy Tested by: pho @ Sponsored by: Mellanox Technologies END