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)
Tue, May 12, 7:47 AM
Unknown Object (File)
Wed, May 6, 2:59 AM
Unknown Object (File)
Sat, May 2, 11:40 PM
Unknown Object (File)
Mon, Apr 27, 11:56 PM
Unknown Object (File)
Sun, Apr 26, 9:15 PM
Unknown Object (File)
Wed, Apr 22, 3:03 PM
Unknown Object (File)
Tue, Apr 21, 6:14 PM
Unknown Object (File)
Mon, Apr 20, 7:11 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