Skip to content

Commit c674d0c

Browse files
committed
OCPBUGS-41970: Updated MTU data type in MACVLAN table
1 parent 9a10367 commit c674d0c

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,7 +5,7 @@
55
[id="nw-multus-macvlan-object_{context}"]
66
= Configuration for a MACVLAN additional network
77

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

1010
.MACVLAN CNI plugin JSON configuration object
1111
[cols=".^2,.^2,.^6",options="header"]
@@ -37,7 +37,7 @@ The following object describes the configuration parameters for the macvlan CNI
3737
|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.
3838

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

4343
|`linkInContainer`
@@ -52,7 +52,7 @@ If you specify the `master` key for the plugin configuration, use a different ph
5252
====
5353

5454
[id="nw-multus-macvlan-config-example_{context}"]
55-
== macvlan configuration example
55+
== MACVLAN configuration example
5656

5757
The following example configures an additional network named `macvlan-net`:
5858

0 commit comments

Comments
 (0)