You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 07:41:16 +03:00
nmcli: fixed inability to change mtu on vlan connection (#6104)
* tests updated Co-authored-by: Sam Potekhin <heaveaxy@gmail.com>
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- nmcli - implemented changing mtu value on vlan interfaces (https://github.com/ansible-collections/community.general/issues/4387).
|
@ -1772,6 +1772,7 @@ class Nmcli(object):
|
||||
'dummy',
|
||||
'ethernet',
|
||||
'team-slave',
|
||||
'vlan',
|
||||
)
|
||||
|
||||
@property
|
||||
|
@ -663,6 +663,7 @@ ipv6.method: auto
|
||||
ipv6.ignore-auto-dns: no
|
||||
ipv6.ignore-auto-routes: no
|
||||
vlan.id: 10
|
||||
802-3-ethernet.mtu: auto
|
||||
"""
|
||||
|
||||
TESTCASE_VXLAN = [
|
||||
|
Reference in New Issue
Block a user