-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network subsystem remove os rules #396
Network subsystem remove os rules #396
Conversation
MDS will provide us with the user's defined MTU make sure we honor it on the netplan dropin.
c2cd7ab
to
dbbfc18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
We are removing the backward compatibility OS rules and assuming the detected available backend. This change also removes the notion of fallback as it was before. Additionally the rollback logic changed to "rollback all backends except the active one", the "except the active one" rule is important to prevent restarting network when no configuration change's happened. In the set we are also adding the netplan dhcp overrides directives that was resulting into misconfigured dhcp routes.
dbbfc18
to
cf66d95
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: a-crate, dorileo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
a743ab5
into
GoogleCloudPlatform:main
…oogleCloudPlatform#396) Keep the refactor of general structure, netplan dhcp overrides, and netplan support for default MTU.
No description provided.