Skip to content

Commit 1683a0e

Browse files
authored
Merge pull request #53535 from nicklesimba/macvlan-docs-update
OCPBUGS-2665: Added notice for configuring macvlan
2 parents 68a787c + e08aa5d commit 1683a0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/nw-multus-macvlan-object.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plugin:
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 host network interface to associate with the newly created macvlan interface. If a value is not specified, then the default route interface is used.
3535

3636
|`mtu`
3737
|`string`
@@ -43,6 +43,11 @@ plugin:
4343

4444
|====
4545

46+
[NOTE]
47+
====
48+
If you specify the `master` key for the plugin configuration, use a different physical network interface than the one that is associated with your primary network plugin to avoid possible conflicts.
49+
====
50+
4651
[id="nw-multus-macvlan-config-example_{context}"]
4752
== macvlan configuration example
4853

0 commit comments

Comments
 (0)