You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/nw-multus-bond-cni-object.adoc
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The following table describes the configuration parameters for the Bond CNI plug
18
18
19
19
|`name`
20
20
|`string`
21
-
|Specifies the name given to this CNI network attachment definition. This name is used to identify and reference the interface within the container.
21
+
|The mandatory, unique identifier assigned to this CNI network attachment definition. It is used by the container runtime to select the correct network configuration and serves as the key for persistent resource state management, such as IP address allocations.
22
22
23
23
|`cniVersion`
24
24
|`string`
@@ -34,15 +34,15 @@ The following table describes the configuration parameters for the Bond CNI plug
34
34
35
35
|`mtu`
36
36
|`integer`
37
-
|Optional: Specifies the maximum transmission unit (MTU) of the bond. The default is `1500`.
37
+
|Optional: Specifies the maximum transmission unit (MTU) of the bond. The default is `1500`.
38
38
39
39
|`failOverMac`
40
40
|`integer`
41
41
|Optional: Specifies the `failOverMac` setting for the bond. Default is `0`.
42
42
43
43
|`mode`
44
44
|`string`
45
-
|Specifies the bonding policy.
45
+
|Specifies the bonding policy.
46
46
47
47
|`xmitHashPolicy`
48
48
|`string`
@@ -73,15 +73,15 @@ The following example configures a secondary network named `bond-net1`:
73
73
[source,json]
74
74
----
75
75
{
76
-
"type": "bond",
76
+
"type": "bond",
77
77
"cniVersion": "0.3.1",
78
78
"name": "bond-net1",
79
-
"mode": "active-backup",
80
-
"failOverMac": 1,
81
-
"linksInContainer": true,
79
+
"mode": "active-backup",
80
+
"failOverMac": 1,
81
+
"linksInContainer": true,
82
82
"miimon": "100",
83
83
"mtu": 1500,
84
-
"links": [
84
+
"links": [
85
85
{"name": "net1"},
86
86
{"name": "net2"}
87
87
],
@@ -104,9 +104,9 @@ The following example configures a secondary network named `bond-tlb-net` with t
104
104
"type": "bond",
105
105
"cniVersion": "0.3.1",
106
106
"name": "bond-tlb-net",
107
-
"mode": "tlb",
108
-
"xmitHashPolicy": "layer2+3", <1>
109
-
"failOverMac": 0,
107
+
"mode": "tlb",
108
+
"xmitHashPolicy": "layer2+3",
109
+
"failOverMac": 0,
110
110
"linksInContainer": true,
111
111
"miimon": "100",
112
112
"mtu": 1500,
@@ -116,7 +116,7 @@ The following example configures a secondary network named `bond-tlb-net` with t
116
116
],
117
117
"ipam": {
118
118
"type": "host-local",
119
-
"subnet": "10.57.218.0/24",
119
+
"subnet": "10.57.218.0/24",
120
120
"routes": [{
121
121
"dst": "0.0.0.0/0"
122
122
}],
@@ -125,6 +125,6 @@ The following example configures a secondary network named `bond-tlb-net` with t
125
125
}
126
126
----
127
127
128
-
where
129
128
130
-
`xmitHashPolicy`:: This parameter dictates how outgoing network traffic is distributed across the `net1` and `net2` active member interfaces within the bond. The hashing algorithm combines layer 2 information, specifically source and destination MAC addresses, with layer 3 information, which includes source and destination IP addresses.
129
+
130
+
* `xmitHashPolicy`: This parameter dictates how outgoing network traffic is distributed across the `net1` and `net2` active member interfaces within the bond. The hashing algorithm combines layer 2 information, specifically source and destination MAC addresses, with layer 3 information, which includes source and destination IP addresses.
Copy file name to clipboardExpand all lines: modules/nw-multus-bridge-object.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ ifndef::microshift[]
21
21
22
22
|`name`
23
23
|`string`
24
-
|The value for the `name` parameter you provided previously for the CNO configuration.
24
+
|The mandatory, unique identifier assigned to this CNI network attachment definition. It is used by the container runtime to select the correct network configuration and serves as the key for persistent resource state management, such as IP address allocations.
Copy file name to clipboardExpand all lines: modules/nw-multus-dummy-device-object.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The dummy device CNI plugin JSON configuration object describes the configuratio
21
21
22
22
|`name`
23
23
|`string`
24
-
|The value for the `name` parameter that you previously specified for the CNO configuration.
24
+
|The mandatory, unique identifier assigned to this CNI network attachment definition. It is used by the container runtime to select the correct network configuration and serves as the key for persistent resource state management, such as IP address allocations.
Copy file name to clipboardExpand all lines: modules/nw-multus-host-device-object.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The following table details the configuration parameters:
26
26
27
27
|`name`
28
28
|`string`
29
-
|The value for the `name` parameter you provided previously for the CNO configuration.
29
+
|The mandatory, unique identifier assigned to this CNI network attachment definition. It is used by the container runtime to select the correct network configuration and serves as the key for persistent resource state management, such as IP address allocations.
Copy file name to clipboardExpand all lines: modules/nw-multus-ipvlan-object.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The IPVLAN CNI plugin JSON configuration object describes the configuration para
23
23
24
24
|`name`
25
25
|`string`
26
-
|The value for the `name` parameter you provided previously for the CNO configuration.
26
+
|The mandatory, unique identifier assigned to this CNI network attachment definition. It is used by the container runtime to select the correct network configuration and serves as the key for persistent resource state management, such as IP address allocations.
Copy file name to clipboardExpand all lines: modules/nw-multus-macvlan-object.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The MACVLAN CNI plugin JSON configuration object describes the configuration par
20
20
21
21
|`name`
22
22
|`string`
23
-
|The value for the `name` parameter you provided previously for the CNO configuration.
23
+
|The mandatory, unique identifier assigned to this CNI network attachment definition. It is used by the container runtime to select the correct network configuration and serves as the key for persistent resource state management, such as IP address allocations.
Copy file name to clipboardExpand all lines: modules/nw-multus-tap-object.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The TAP CNI plugin JSON configuration object describes the configuration paramet
19
19
20
20
|`name`
21
21
|`string`
22
-
|The value for the `name` parameter you provided previously for the CNO configuration.
22
+
|The mandatory, unique identifier assigned to this CNI network attachment definition. It is used by the container runtime to select the correct network configuration and serves as the key for persistent resource state management, such as IP address allocations.
Copy file name to clipboardExpand all lines: modules/nw-multus-vlan-object.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The VLAN CNI plugin JSON configuration object describes the configuration parame
21
21
22
22
|`name`
23
23
|`string`
24
-
|The value for the `name` parameter you provided previously for the CNO configuration.
24
+
|The mandatory, unique identifier assigned to this CNI network attachment definition. It is used by the container runtime to select the correct network configuration and serves as the key for persistent resource state management, such as IP address allocations.
0 commit comments