ocp/bond_nmcli.md
... ...
@@ -1,5 +1,5 @@
1 1
```
2 2
nmcli connection add type bond con-name bond0 ifname bond0 bond.options "mode=active-backup,miimon=1000"
3
-nmcli connection add type ethernet port-type bond con-name bond0-port1 ifname enp7s0 controller bond0
4
-nmcli connection add type ethernet port-type bond con-name bond0-port2 ifname enp8s0 controller bond0
3
+nmcli connection add type ethernet port-type bond con-name bond0-port1 ifname eno1 controller bond0
4
+nmcli connection add type ethernet port-type bond con-name bond0-port2 ifname eno2 controller bond0
5 5
```
... ...
\ No newline at end of file