1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove bridge-slave from list of IP based connections (#1517)

* Removed the bridge-slave from list of ip based connections since nmcli does not accept IP options for bridge-slave connections.

* Update changelogs/fragments/1517-bridge-slave-from-list-of-ip-based-connections.yml

Thanks for the tip.

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
momcilo78 2021-01-03 11:37:48 +01:00 committed by GitHub
parent df9f0741b5
commit fd741ed663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- nmcli - remove ``bridge-slave`` from list of IP based connections ((https://github.com/ansible-collections/community.general/issues/1500).

View file

@ -781,7 +781,6 @@ class Nmcli(object):
return self.type in ( return self.type in (
'bond', 'bond',
'bridge', 'bridge',
'bridge-slave',
'ethernet', 'ethernet',
'generic', 'generic',
'infiniband', 'infiniband',