Skip to content

Commit f50c077

Browse files
authored
Merge pull request #79276 from dfitzmau/OSDOCS-11377
OSDOCS-11377: Updated the mtu parameter for the bridge add. network p…
2 parents a166d73 + 2122ed0 commit f50c077

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

modules/nw-multus-bridge-object.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ifndef::microshift[]
8181
endif::microshift[]
8282

8383
|`mtu`
84-
|`string`
84+
|`integer`
8585
|Optional: Set the maximum transmission unit (MTU) to the specified value. The default value is automatically set by the kernel.
8686

8787
|`enabledad`

networking/multiple_networks/configuring-additional-network.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,22 @@ creating.
127127

128128
The specific configuration fields for additional networks is described in the following sections.
129129

130+
// Configuration for a bridge additional network
130131
include::modules/nw-multus-bridge-object.adoc[leveloffset=+2]
132+
133+
// Configuration for a host device additional network
131134
include::modules/nw-multus-host-device-object.adoc[leveloffset=+2]
135+
136+
// Configuration for an VLAN additional network
132137
include::modules/nw-multus-vlan-object.adoc[leveloffset=+2]
138+
139+
// Configuration for an ipvlan additional network
133140
include::modules/nw-multus-ipvlan-object.adoc[leveloffset=+2]
141+
142+
// Configuration for a macvlan additional network
134143
include::modules/nw-multus-macvlan-object.adoc[leveloffset=+2]
144+
145+
// Configuration for a TAP additional network
135146
include::modules/nw-multus-tap-object.adoc[leveloffset=+2]
136147

137148
[role="_additional-resources"]

0 commit comments

Comments
 (0)