-
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 error while adding mac to existing connection #5290
Comments
Files identified in the description: If these files are incorrect, please update the |
The issue is around line 2098 of nmcli.py:
|
felixfontein
added a commit
that referenced
this issue
Sep 28, 2022
* fix #5290 * add changelog fragment * remove unnecessary braces * Update changelogs/fragments/5291-fix-nmcli-error-when-setting-unset-mac-address.yaml Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
patchback bot
pushed a commit
that referenced
this issue
Sep 28, 2022
* fix #5290 * add changelog fragment * remove unnecessary braces * Update changelogs/fragments/5291-fix-nmcli-error-when-setting-unset-mac-address.yaml Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit ec9e10d)
felixfontein
pushed a commit
that referenced
this issue
Sep 28, 2022
…5318) * fix #5290 * add changelog fragment * remove unnecessary braces * Update changelogs/fragments/5291-fix-nmcli-error-when-setting-unset-mac-address.yaml Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit ec9e10d) Co-authored-by: Giorgio Gallo <[email protected]>
cfiehe
pushed a commit
to cfiehe/community.general
that referenced
this issue
Sep 29, 2022
…ollections#5291) * fix ansible-collections#5290 * add changelog fragment * remove unnecessary braces * Update changelogs/fragments/5291-fix-nmcli-error-when-setting-unset-mac-address.yaml Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
bratwurzt
pushed a commit
to bratwurzt/community.general
that referenced
this issue
Nov 7, 2022
…ollections#5291) * fix ansible-collections#5290 * add changelog fragment * remove unnecessary braces * Update changelogs/fragments/5291-fix-nmcli-error-when-setting-unset-mac-address.yaml Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
bratwurzt
pushed a commit
to bratwurzt/community.general
that referenced
this issue
Nov 7, 2022
…ollections#5291) * fix ansible-collections#5290 * add changelog fragment * remove unnecessary braces * Update changelogs/fragments/5291-fix-nmcli-error-when-setting-unset-mac-address.yaml Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Adding a mac address to an exisitng and previously mac-less connection errors out, because value is
None
and code callsupper()
on it.Issue Type
Bug Report
Component Name
nmcli
Ansible Version
Community.general Version
Configuration
no relevant changes to default config
OS / Environment
Fedora f36 (irrelevant)
Steps to Reproduce
community.general.nmcli
(or by other means) without assigning a maccommunity.general.nmcli
to assign a macExpected Results
it should work
Actual Results
(see error above)
Code of Conduct
The text was updated successfully, but these errors were encountered: