add NetworkManager infiniband stuff

This commit is contained in:
Christian Goll
2022-10-07 09:28:17 +02:00
parent 0c87d4ea67
commit 552e405560

View File

@@ -23,6 +23,11 @@ mac-address={{ $netdev.Hwaddr }}
{{ end -}}
{{ end -}}
{{ if eq $netdev.Type "infiniband" -}}
[infiniband]
transport-mode=datagram
{{ end -}}
{{ if $netdev.IpCIDR -}}
[ipv4]
address={{ $netdev.IpCIDR }}