Skip to content

Commit 717b475

Browse files
jab-rhagantony
andauthored
Apply suggestions from code review
Co-authored-by: Agil Antony <[email protected]>
1 parent 9c72b0d commit 717b475

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
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-
The dummy CNI plugin functions like a loopback device. The plugin is a virtual interface that allows packets to be routed to a designated IP address. Unlike loopback, the IP address can be arbitrary and is not restricted to the `127.0.0.0/8` address range.
9+
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.
1010

1111
The following object describes the configuration parameters for the dummy CNI plugin:
1212

@@ -17,19 +17,19 @@ The following object describes the configuration parameters for the dummy CNI pl
1717

1818
|`cniVersion`
1919
|`string`
20-
|The CNI specification version. The `0.3.1` value is required.
20+
|The CNI specification version. The required value is `0.3.1`.
2121

2222
|`name`
2323
|`string`
24-
|The value for the `name` parameter you provided previously for the CNO configuration.
24+
|The value for the `name` parameter that you previously specified for the CNO configuration.
2525

2626
|`type`
2727
|`string`
28-
|The name of the CNI plugin to configure: `dummy`.
28+
|The name of the CNI plugin that you want to configure. The required value is `dummy`.
2929

3030
|`ipam`
3131
|`object`
32-
|The configuration object for the IPAM CNI plugin. The plugin manages IP address assignment for the attachment definition.
32+
|The configuration object for the IPAM CNI plugin. The plugin manages the IP address assignment for the attachment definition.
3333

3434
|====
3535

0 commit comments

Comments
 (0)