-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(controller): support vmnetcfg disabled mode
When an VirtualMachineNetworkConfig is disabled, it will free up the slot it occupied in IPAM and remove the MAC cache entry. Also, the referencing IPPool's status will be updated. However, the allocation record still remain on its status field. When the VirtualMachineNetworkConfig is enabled again, the same IP address will be allocated. Signed-off-by: Zespre Chang <zespre.chang@suse.com>
- Loading branch information
Showing
3 changed files
with
104 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters