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, May 21, 8:40 AM
Unknown Object (File)
Thu, May 15, 5:39 PM
Unknown Object (File)
Tue, May 13, 9:16 PM
Unknown Object (File)
Tue, May 13, 5:36 PM
Unknown Object (File)
Wed, Apr 30, 1:03 PM
Unknown Object (File)
Wed, Apr 30, 5:17 AM
Unknown Object (File)
Apr 21 2025, 5:20 PM
Unknown Object (File)
Apr 21 2025, 4:00 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