This commit is contained in:
Joey Grant 2025-03-29 22:23:21 +01:00 committed by GitHub
commit 7403f5d21f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- "nmcli - corrects underlying command formation by no longer including ``ipv4.*`` and ``ipv6.*`` settings when working with ``bond`` connection types (https://github.com/ansible-collections/community.general/issues/8558)."

View file

@ -2074,7 +2074,6 @@ class Nmcli(object):
@property @property
def ip_conn_type(self): def ip_conn_type(self):
return self.type in ( return self.type in (
'bond',
'bridge', 'bridge',
'dummy', 'dummy',
'ethernet', 'ethernet',