K 10 svn:author V 9 allanjude K 8 svn:date V 27 2021-02-19T21:07:29.647578Z K 7 svn:log V 474 Use iflib_if_init_locked() during media change instead of iflib_init_locked(). iflib_init_locked() assumes that iflib_stop() has been called, however, it is not called for media changes. iflib_if_init_locked() calls stop then init, so fixes the problem. PR: 253473 Sponsored by: Juniper Networks, Inc., Klara, Inc. (cherry picked from commit 922cf8ac43adc9983f9a9e05cfd838306c1ef483) Git Hash: 57d2eb8896c2dd9ece7d99415893e2e8a8bfce82 Git Author: allanjude@FreeBSD.org END