-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
nmcli: fixed idempotency issue when config bridge connection #6105
nmcli: fixed idempotency issue when config bridge connection #6105
Conversation
If nobody objects, I'll merge this this weekend as well. |
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #6242 🤖 @patchback |
* nmcli: fixed idempotency issue when config bridge connection * Update changelog fragment. --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 81b16a8)
@heaveaxy thanks for your contribution! |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #6243 🤖 @patchback |
* nmcli: fixed idempotency issue when config bridge connection * Update changelog fragment. --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 81b16a8)
… when config bridge connection (#6242) nmcli: fixed idempotency issue when config bridge connection (#6105) * nmcli: fixed idempotency issue when config bridge connection * Update changelog fragment. --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 81b16a8) Co-authored-by: Sam Potekhin <[email protected]>
… when config bridge connection (#6243) nmcli: fixed idempotency issue when config bridge connection (#6105) * nmcli: fixed idempotency issue when config bridge connection * Update changelog fragment. --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 81b16a8) Co-authored-by: Sam Potekhin <[email protected]>
SUMMARY
If
bridge.stp
is set tono
in nmcli it accepts any value ofbridge.priority
but holds it's own default value. This causes any task with definedpriority
option to be "changed" anyway.For now,
bridge.priority
participate in configure only when user definedstp
astrue
.ISSUE TYPE
COMPONENT NAME
nmcli