mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 10:10:31 -07:00
Merge 2848030f1d
into 70b5e362f9
This commit is contained in:
commit
6f84913a28
2 changed files with 4 additions and 0 deletions
|
@ -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).
|
|
@ -2114,6 +2114,8 @@ class Nmcli(object):
|
|||
'infiniband',
|
||||
'team-slave',
|
||||
'vlan',
|
||||
'ipip',
|
||||
'gre',
|
||||
)
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Reference in a new issue