Page MenuHomeFreeBSD

if_vmove: improve restoration in cloner's ifgroup membership
ClosedPublic

Authored by glebius on Jan 19 2022, 4:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 21, 5:20 PM
Unknown Object (File)
Mon, Apr 21, 4:00 PM
Unknown Object (File)
Mon, Apr 21, 3:11 PM
Unknown Object (File)
Mon, Apr 21, 3:10 PM
Unknown Object (File)
Mon, Apr 21, 3:06 PM
Unknown Object (File)
Mon, Apr 21, 2:42 PM
Unknown Object (File)
Thu, Apr 17, 1:19 PM
Unknown Object (File)
Sat, Apr 5, 12:05 PM
Subscribers

Details

Summary
  • 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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable