This commit is contained in:
Edvinas K 2025-03-29 22:01:51 +01:00 committed by GitHub
commit 6f84913a28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- nmcli - allow setting ``mtu`` parameter for ``ipip`` and ``gre`` interface types (https://github.com/ansible-collections/community.general/pull/9604).

View file

@ -2114,6 +2114,8 @@ class Nmcli(object):
'infiniband',
'team-slave',
'vlan',
'ipip',
'gre',
)
@property