mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add infiniband network type (#18833)
This commit is contained in:
parent
66818050b0
commit
897201c4be
1 changed files with 1 additions and 0 deletions
|
@ -2449,6 +2449,7 @@ class LinuxNetwork(Network):
|
|||
platform = 'Linux'
|
||||
INTERFACE_TYPE = {
|
||||
'1': 'ether',
|
||||
'32': 'infiniband',
|
||||
'512': 'ppp',
|
||||
'772': 'loopback',
|
||||
'65534': 'tunnel',
|
||||
|
|
Loading…
Reference in a new issue