Skip to content
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 - fixing idempotency bug for 'dummy' connections and 'mtu' option #3614

Closed
wants to merge 1 commit into from

Conversation

Ajpantuso
Copy link
Collaborator

SUMMARY

Dummy connections do not default 802-3-ethernet.mtu to auto if no value is explicitly provided. This is in contrast to other connection types which requires an additional check.

Fixes #3612

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

plugins/modules/net_tools/nmcli.py

ADDITIONAL INFORMATION
  • Tested against the ethernet connection type to confirm that null mtu does result in auto being set in that case and this is specific to dummy connections

@ansibullbot
Copy link
Collaborator

@Ajpantuso Please create a new PR using a branch in your fork.

@Ajpantuso Ajpantuso deleted the nmcli_dummy_mtu_fix branch October 25, 2021 23:42
@Ajpantuso
Copy link
Collaborator Author

Fixed this on my end. Should have checked my remotes in my new dev environment. Sorry for the noise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nmcli always returning "changed"
2 participants