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, Aug 10, 6:49 PM
Unknown Object (File)
Mon, Aug 10, 5:42 PM
Unknown Object (File)
Mon, Aug 10, 2:09 PM
Unknown Object (File)
Mon, Aug 10, 10:52 AM
Unknown Object (File)
Thu, Aug 6, 2:13 AM
Unknown Object (File)
Mon, Aug 3, 7:41 AM
Unknown Object (File)
Mon, Aug 3, 1:10 AM
Unknown Object (File)
Sun, Aug 2, 5:41 AM
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