Skip to content

Commit e990f67

Browse files
committed
OSDOCS-4176: fix typos
1 parent 4977331 commit e990f67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/nw-sriov-cfg-bond-interface-with-virtual-functions.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ apiVersion: "k8s.cni.cncf.io/v1"
3535
"type": "bond", <1>
3636
"cniVersion": "0.3.1",
3737
"name": "bond-net1",
38-
"ifname: "bond0" <2>
38+
"ifname": "bond0", <2>
3939
"mode": "active-backup", <3>
4040
"failOverMac": 1, <4>
4141
"linksInContainer": true, <5>
@@ -46,8 +46,8 @@ apiVersion: "k8s.cni.cncf.io/v1"
4646
{"name": "net2"}
4747
],
4848
"ipam": {
49-
"type": "host-local"
50-
"subnet": "10.56.217.0/24"
49+
"type": "host-local",
50+
"subnet": "10.56.217.0/24",
5151
"routes": [{
5252
"dst": "0.0.0.0/0"
5353
}],
@@ -119,4 +119,4 @@ link/ether 9e:23:69:42:fb:8a brd ff:ff:ff:ff:ff:ff <1>
119119
link/ether 9e:23:69:42:fb:8a brd ff:ff:ff:ff:ff:ff <2>
120120
----
121121
<1> The `net1` interface is based on an SR-IOV virtual function.
122-
<2> The `net2` interface is based on an SR-IOV virtual function.
122+
<2> The `net2` interface is based on an SR-IOV virtual function.

0 commit comments

Comments
 (0)