File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ apiVersion: "k8s.cni.cncf.io/v1"
35
35
"type": "bond", <1>
36
36
"cniVersion": "0.3.1",
37
37
"name": "bond-net1",
38
- "ifname: "bond0" <2>
38
+ "ifname" : "bond0", <2>
39
39
"mode": "active-backup", <3>
40
40
"failOverMac": 1, <4>
41
41
"linksInContainer": true, <5>
@@ -46,8 +46,8 @@ apiVersion: "k8s.cni.cncf.io/v1"
46
46
{"name": "net2"}
47
47
],
48
48
"ipam": {
49
- "type": "host-local"
50
- "subnet": "10.56.217.0/24"
49
+ "type": "host-local",
50
+ "subnet": "10.56.217.0/24",
51
51
"routes": [{
52
52
"dst": "0.0.0.0/0"
53
53
}],
@@ -119,4 +119,4 @@ link/ether 9e:23:69:42:fb:8a brd ff:ff:ff:ff:ff:ff <1>
119
119
link/ether 9e:23:69:42:fb:8a brd ff:ff:ff:ff:ff:ff <2>
120
120
----
121
121
<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.
You can’t perform that action at this time.
0 commit comments