Skip to content

Commit 1663af2

Browse files
Merge pull request #39718 from mikemckiernan/fix-ipvlan-dhcp
BZ#2027477: IPVLAN not support DHCP
2 parents 757c36d + 83855ec commit 1663af2

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

modules/nw-multus-bridge-object.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plug-in:
3131

3232
|`ipam`
3333
|`object`
34-
|The configuration object for the ipam CNI plug-in. The plug-in manages IP address assignment for the attachment definition.
34+
|The configuration object for the IPAM CNI plug-in. The plug-in manages IP address assignment for the attachment definition.
3535

3636
|`ipMasq`
3737
|`boolean`
@@ -51,7 +51,7 @@ plug-in:
5151

5252
|`hairpinMode`
5353
|`boolean`
54-
|Set to `true` to allow the virtual bridge to send an ethernet frame back through the virtual port it was received on. This mode is also known as _reflective relay_. The default value is `false`.
54+
|Set to `true` to allow the virtual bridge to send an Ethernet frame back through the virtual port it was received on. This mode is also known as _reflective relay_. The default value is `false`.
5555

5656
|`promiscMode`
5757
|`boolean`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following object describes the configuration parameters for the host-device
4646

4747
|`ipam`
4848
|`object`
49-
|The configuration object for the ipam CNI plug-in. The plug-in manages IP address assignment for the attachment definition.
49+
|The configuration object for the IPAM CNI plug-in. The plug-in manages IP address assignment for the attachment definition.
5050

5151
|====
5252

modules/nw-multus-ipvlan-object.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@ plug-in:
3434

3535
|`master`
3636
|`string`
37-
|The ethernet interface to associate with the network attachment. If a `master` is not specified, the interface for the default network route is used.
37+
|The Ethernet interface to associate with the network attachment. If a `master` is not specified, the interface for the default network route is used.
3838

3939
|`mtu`
4040
|`integer`
4141
|Set the maximum transmission unit (MTU) to the specified value. The default value is automatically set by the kernel.
4242

4343
|`ipam`
4444
|`object`
45-
|The configuration object for the ipam CNI plug-in. The plug-in manages IP address assignment for the attachment definition.
45+
|The configuration object for the IPAM CNI plug-in. The plug-in manages IP address assignment for the attachment definition.
46+
47+
Do not specify `dhcp`. Configuring IPVLAN with DHCP is not supported because IPVLAN interfaces share the MAC address with the host interface.
4648

4749
|====
4850

@@ -64,3 +66,4 @@ The following example configures an additional network named `ipvlan-net`:
6466
}
6567
}
6668
----
69+

modules/nw-multus-macvlan-object.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ plug-in:
3131

3232
|`master`
3333
|`string`
34-
|The ethernet, bonded, or VLAN interface to associate with the virtual interface. If a value is not specified, then the host system's primary ethernet interface is used.
34+
|The Ethernet, bonded, or VLAN interface to associate with the virtual interface. If a value is not specified, then the host system's primary Ethernet interface is used.
3535

3636
|`mtu`
3737
|`string`
3838
|The maximum transmission unit (MTU) to the specified value. The default value is automatically set by the kernel.
3939

4040
|`ipam`
4141
|`object`
42-
|The configuration object for the ipam CNI plug-in. The plug-in manages IP address assignment for the attachment definition.
42+
|The configuration object for the IPAM CNI plug-in. The plug-in manages IP address assignment for the attachment definition.
4343

4444
|====
4545

0 commit comments

Comments
 (0)