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)
Wed, Mar 5, 10:45 PM
Unknown Object (File)
Wed, Mar 5, 3:22 PM
Unknown Object (File)
Wed, Mar 5, 10:31 AM
Unknown Object (File)
Thu, Feb 27, 7:57 PM
Unknown Object (File)
Sat, Feb 22, 12:05 AM
Unknown Object (File)
Fri, Feb 21, 12:50 PM
Unknown Object (File)
Feb 8 2025, 11:07 AM
Unknown Object (File)
Feb 4 2025, 6:39 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