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)
Sat, Jul 18, 7:30 PM
Unknown Object (File)
Wed, Jul 8, 4:53 AM
Unknown Object (File)
Tue, Jul 7, 4:25 AM
Unknown Object (File)
Wed, Jul 1, 5:25 AM
Unknown Object (File)
Mon, Jun 22, 3:13 AM
Unknown Object (File)
Jun 16 2026, 5:37 AM
Unknown Object (File)
Jun 13 2026, 3:04 PM
Unknown Object (File)
Jun 11 2026, 1:28 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