mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix bond-slave honoring MTU (#8118)
The bond-slave type should honor the request MTU value.
This commit is contained in:
@@ -1952,6 +1952,7 @@ class Nmcli(object):
|
||||
def mtu_conn_type(self):
|
||||
return self.type in (
|
||||
'bond',
|
||||
'bond-slave',
|
||||
'dummy',
|
||||
'ethernet',
|
||||
'infiniband',
|
||||
|
||||
Reference in New Issue
Block a user