Skip to content

Commit 6ea0d10

Browse files
committed
OCPBUGS-59577 Correcting inaccurate description
1 parent bec4a9c commit 6ea0d10

8 files changed

+17
-16
lines changed

modules/nw-multus-bond-cni-object.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following table describes the configuration parameters for the Bond CNI plug
1818

1919
|`name`
2020
|`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.
2222

2323
|`cniVersion`
2424
|`string`
@@ -34,15 +34,15 @@ The following table describes the configuration parameters for the Bond CNI plug
3434

3535
|`mtu`
3636
|`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`.
3838

3939
|`failOverMac`
4040
|`integer`
4141
|Optional: Specifies the `failOverMac` setting for the bond. Default is `0`.
4242

4343
|`mode`
4444
|`string`
45-
|Specifies the bonding policy.
45+
|Specifies the bonding policy.
4646

4747
|`linksInContainer`
4848
|`boolean`
@@ -66,15 +66,15 @@ The following example configures a secondary network named `bond-net1`:
6666
[source,json]
6767
----
6868
{
69-
"type": "bond",
69+
"type": "bond",
7070
"cniVersion": "0.3.1",
7171
"name": "bond-net1",
72-
"mode": "active-backup",
73-
"failOverMac": 1,
74-
"linksInContainer": true,
72+
"mode": "active-backup",
73+
"failOverMac": 1,
74+
"linksInContainer": true,
7575
"miimon": "100",
7676
"mtu": 1500,
77-
"links": [
77+
"links": [
7878
{"name": "net1"},
7979
{"name": "net2"}
8080
],

modules/nw-multus-bridge-object.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ ifndef::microshift[]
2121
2222
|`name`
2323
|`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.
25+
2526
endif::microshift[]
2627
2728
ifdef::microshift[]

modules/nw-multus-dummy-device-object.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="nw-multus-dummy-device-object_{context}"]
77
= Configuration for a dummy device additional network
88

9-
[role="_abstract"]
9+
[role="_abstract"]
1010
The dummy CNI plugin functions like a loopback device. The plugin is a virtual interface, and you can use the plugin to route the packets to a designated IP address. Unlike a loopback device, the IP address is arbitrary and is not restricted to the `127.0.0.0/8` address range.
1111

1212
The dummy device CNI plugin JSON configuration object describes the configuration parameters for the dummy CNI plugin. The following table details these parameters:
@@ -21,7 +21,7 @@ The dummy device CNI plugin JSON configuration object describes the configuratio
2121

2222
|`name`
2323
|`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.
2525

2626
|`type`
2727
|`string`

modules/nw-multus-host-device-object.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following table details the configuration parameters:
2626
2727
|`name`
2828
|`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.
3030
3131
|`type`
3232
|`string`

modules/nw-multus-ipvlan-object.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The IPVLAN CNI plugin JSON configuration object describes the configuration para
2323

2424
|`name`
2525
|`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.
2727

2828
|`type`
2929
|`string`

modules/nw-multus-macvlan-object.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The MACVLAN CNI plugin JSON configuration object describes the configuration par
2020
2121
|`name`
2222
|`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.
2424
2525
|`type`
2626
|`string`

modules/nw-multus-tap-object.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The TAP CNI plugin JSON configuration object describes the configuration paramet
1919
2020
|`name`
2121
|`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.
2323
2424
|`type`
2525
|`string`

modules/nw-multus-vlan-object.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The VLAN CNI plugin JSON configuration object describes the configuration parame
2121
2222
|`name`
2323
|`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.
2525
2626
|`type`
2727
|`string`

0 commit comments

Comments
 (0)