mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
add infiniband network type (#18833)
This commit is contained in:
committed by
Adrian Likins
parent
66818050b0
commit
897201c4be
@@ -2449,6 +2449,7 @@ class LinuxNetwork(Network):
|
||||
platform = 'Linux'
|
||||
INTERFACE_TYPE = {
|
||||
'1': 'ether',
|
||||
'32': 'infiniband',
|
||||
'512': 'ppp',
|
||||
'772': 'loopback',
|
||||
'65534': 'tunnel',
|
||||
|
||||
Reference in New Issue
Block a user