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)
Thu, Dec 12, 5:52 AM
Unknown Object (File)
Nov 14 2024, 1:53 PM
Unknown Object (File)
Nov 7 2024, 8:09 AM
Unknown Object (File)
Oct 28 2024, 3:55 AM
Unknown Object (File)
Oct 10 2024, 12:07 PM
Unknown Object (File)
Oct 6 2024, 3:46 PM
Unknown Object (File)
Oct 3 2024, 3:39 PM
Unknown Object (File)
Oct 3 2024, 11:16 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