diff --git a/changelogs/fragments/9604-mtu-allow-ipipgre-interfaces.yml b/changelogs/fragments/9604-mtu-allow-ipipgre-interfaces.yml new file mode 100644 index 0000000000..9e1adf107e --- /dev/null +++ b/changelogs/fragments/9604-mtu-allow-ipipgre-interfaces.yml @@ -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). diff --git a/plugins/modules/nmcli.py b/plugins/modules/nmcli.py index 3c895e76ec..0f87d8a6f0 100644 --- a/plugins/modules/nmcli.py +++ b/plugins/modules/nmcli.py @@ -2114,6 +2114,8 @@ class Nmcli(object): 'infiniband', 'team-slave', 'vlan', + 'ipip', + 'gre', ) @property