-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vrrp: deal with non-existent IP address
When the IP address did not exist in the parent interface before, we still went ahead and attempted to create the networks (which failed). New modifications, there is a check of whenever we have an IP address and an ifindex id we want to add macvlan network information before trying out any network related activity attached to it. The verification is also done during deletion of an interface Address, where during deletion if the parent, if interface is left with no IP address, we will automatically remove all the network information of all instances attached to the Iterface. Signed-off-by: Paul Wekesa <[email protected]>
- Loading branch information
Showing
2 changed files
with
103 additions
and
31 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