Skip to content

Commit 9a9f005

Browse files
authored
Merge pull request #87836 from dfitzmau/OCPBUGS-41970
OCPBUGS#41970: Updated MTU data type in MACVLAN table
2 parents fa1fd4f + b9410f7 commit 9a9f005

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/nw-multus-macvlan-object.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
:_mod-docs-content-type: REFERENCE
77
[id="nw-multus-macvlan-object_{context}"]
8-
= Configuration for a macvlan additional network
8+
= Configuration for a MACVLAN additional network
99

10-
The following object describes the configuration parameters for the MACVLAN CNI plugin:
10+
The following object describes the configuration parameters for the MAC Virtual LAN (MACVLAN) Container Network Interface (CNI) plugin:
1111

1212
.MACVLAN CNI plugin JSON configuration object
1313
[cols=".^2,.^2,.^6",options="header"]
@@ -39,7 +39,7 @@ The following object describes the configuration parameters for the MACVLAN CNI
3939
|Optional: The host network interface to associate with the newly created macvlan interface. If a value is not specified, then the default route interface is used.
4040

4141
|`mtu`
42-
|`string`
42+
|`integer`
4343
|Optional: The maximum transmission unit (MTU) to the specified value. The default value is automatically set by the kernel.
4444

4545
|`linkInContainer`

0 commit comments

Comments
 (0)