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)
Sun, Mar 29, 5:17 PM
Unknown Object (File)
Sun, Mar 22, 4:36 PM
Unknown Object (File)
Sat, Mar 21, 11:47 PM
Unknown Object (File)
Wed, Mar 18, 3:33 AM
Unknown Object (File)
Tue, Mar 17, 9:57 AM
Unknown Object (File)
Feb 28 2026, 1:36 PM
Unknown Object (File)
Feb 24 2026, 9:14 PM
Unknown Object (File)
Feb 19 2026, 2:08 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