Skip to content

Commit

Permalink
nmcli: allow editing of MTU for VLAN network types
Browse files Browse the repository at this point in the history
ansible-collections#4387

Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
  • Loading branch information
jfpanisset committed Mar 22, 2022
1 parent eb4495b commit 2962d47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/4387-nmcli-edit-vlan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
minor_changes:
- nmcli - allow editing mtu on interfaces of type vlan
(https://github.com/ansible-collections/community.general/issues/4387).
1 change: 1 addition & 0 deletions plugins/modules/net_tools/nmcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,7 @@ def mtu_conn_type(self):
'dummy',
'ethernet',
'team-slave',
'vlan',
)

@property
Expand Down

0 comments on commit 2962d47

Please sign in to comment.