-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This function was always returning False. It was happening because is expects a dict of dicts as input but (for a long time now I suppose) it is actually a dict of NetDefinitions. The function was changed to check if the netdef has a link to a parent NetDefinition, in which case it will be a member. Due to this bug, Netplan would not skip renaming interfaces that are members of bonds and bridges. Although, networkd will still detect and rename interfaces that had their names changed.
- Loading branch information
1 parent
0f4626d
commit 79d1b6a
Showing
2 changed files
with
56 additions
and
21 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