1
0
Fork 0
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:
Johan Guldmyr 2017-03-21 22:31:30 +02:00 committed by Adrian Likins
parent 66818050b0
commit 897201c4be

View file

@ -2449,6 +2449,7 @@ class LinuxNetwork(Network):
platform = 'Linux'
INTERFACE_TYPE = {
'1': 'ether',
'32': 'infiniband',
'512': 'ppp',
'772': 'loopback',
'65534': 'tunnel',