if_vmove: improve restoration in cloner's ifgroup membership
- Do a single call into if_clone.c instead of two. The cloner can't disappear since the interface sits on its list.
- Make restoration smarter - check that cloner with same name exists in the new vnet.
Differential revision: https://reviews.freebsd.org/D33941