From cc005e149b34b248829544f4eccdf53bc4106669 Mon Sep 17 00:00:00 2001 From: Edvinas K Date: Wed, 22 Jan 2025 21:00:29 +0200 Subject: [PATCH 1/3] Update nmcli.py --- plugins/modules/nmcli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/nmcli.py b/plugins/modules/nmcli.py index 3aff17ea6e8..84187166817 100644 --- a/plugins/modules/nmcli.py +++ b/plugins/modules/nmcli.py @@ -2076,6 +2076,8 @@ def mtu_conn_type(self): 'infiniband', 'team-slave', 'vlan', + 'ipip', + 'gre', ) @property From 74eb7a78bcb6bfde486596b554852fb9b926abde Mon Sep 17 00:00:00 2001 From: EDVINAS KAIRYS Date: Wed, 22 Jan 2025 21:48:33 +0200 Subject: [PATCH 2/3] add fragments --- changelogs/fragments/9604-mtu-allow-ipipgre-interfaces.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/9604-mtu-allow-ipipgre-interfaces.yml 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 00000000000..9c1a57d0789 --- /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). From 2848030f1dcb346f836c4b28619412a2828b275e Mon Sep 17 00:00:00 2001 From: Edvinas K Date: Thu, 23 Jan 2025 10:07:13 +0200 Subject: [PATCH 3/3] Update changelogs/fragments/9604-mtu-allow-ipipgre-interfaces.yml Co-authored-by: Felix Fontein --- changelogs/fragments/9604-mtu-allow-ipipgre-interfaces.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/9604-mtu-allow-ipipgre-interfaces.yml b/changelogs/fragments/9604-mtu-allow-ipipgre-interfaces.yml index 9c1a57d0789..9e1adf107e3 100644 --- a/changelogs/fragments/9604-mtu-allow-ipipgre-interfaces.yml +++ b/changelogs/fragments/9604-mtu-allow-ipipgre-interfaces.yml @@ -1,2 +1,2 @@ minor_changes: - - nmcli - allow setting ``MTU`` parameter for ``ipip`` and ``gre`` interface types (https://github.com/ansible-collections/community.general/pull/9604). + - nmcli - allow setting ``mtu`` parameter for ``ipip`` and ``gre`` interface types (https://github.com/ansible-collections/community.general/pull/9604).