We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcb41c commit 6dd2573Copy full SHA for 6dd2573
features/infiniband.md
@@ -31,18 +31,18 @@ over IP to bond. Example YAML:
31
```yml
32
---
33
interfaces:
34
-- name: mlx5_ib0.80ff
+- name: mlx5_ib0.80fe
35
type: infiniband
36
state: up
37
infiniband:
38
base-iface: mlx5_ib0
39
mode: datagram
40
pkey: '0x80ff'
41
-- name: mlx5_ib0.80fe
+- name: mlx5_ib1.80fe
42
43
44
45
- base-iface: mlx5_ib0
+ base-iface: mlx5_ib1
46
47
pkey: '0x80fe'
48
- name: bond0
@@ -52,7 +52,7 @@ interfaces:
52
mode: active-backup
53
port:
54
- mlx5_ib0.80fe
55
- - mlx5_ib0.80ff
+ - mlx5_ib1.80fe
56
```
57
58
[1]: https://nmstate.io/devel/yaml_api.html#ip-over-infiniband-interface
0 commit comments