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
infiniband and bond interfaces can receive MTU settings too (#7499)
* infiniband and bond interfaces can receive MTU settings too * adding test for default mtu setting * the mtu parameter for infiniband is different than for ethernet * adding changelog fragment * Update changelogs/fragments/7499-allow-mtu-setting-on-bond-and-infiniband-interfaces.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@ -1445,7 +1445,8 @@ ipv4.may-fail: yes
|
||||
ipv6.method: auto
|
||||
ipv6.ignore-auto-dns: no
|
||||
ipv6.ignore-auto-routes: no
|
||||
infiniband.transport-mode datagram
|
||||
infiniband.mtu: auto
|
||||
infiniband.transport-mode: datagram
|
||||
"""
|
||||
|
||||
TESTCASE_INFINIBAND_STATIC_MODIFY_TRANSPORT_MODE = [
|
||||
|
Reference in New Issue
Block a user