Skip to content

Commit f20917d

Browse files
committed
Include bonded and VLAN interfaces for Multus macvlan
- https://bugzilla.redhat.com/show_bug.cgi?id=1888541
1 parent 1a71065 commit f20917d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/nw-multus-macvlan-object.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ plug-in:
7272

7373
<2> Configures traffic visibility on the virtual network. Must be either `bridge`, `passthru`, `private`, or `vepa`. If a value is not provided, the default value is `bridge`.
7474

75-
<3> The ethernet interface to associate with the virtual interface. If a value is not specified, then the host system's primary ethernet interface is used.
75+
<3> 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.
7676

7777
<4> Set the maximum transmission unit (MTU) to the specified value. The default value is automatically set by the kernel.
7878

@@ -102,9 +102,7 @@ creating. The name must be unique within the specified `namespace`.
102102
<2> Specify the namespace to create the network attachment in. If
103103
a value is not specified, the `default` namespace is used.
104104

105-
<3> The ethernet interface to associate with the virtual interface. If
106-
a value for `master` is not specified, then the host system's primary ethernet
107-
interface is used.
105+
<3> The ethernet, bonded, or VLAN interface to associate with the virtual interface. If a value for `master` is not specified, then the host system's primary ethernet interface is used.
108106

109107
<4> Configures traffic visibility on the virtual network. Must be either
110108
`bridge`, `passthru`, `private`, or `vepa`. If a value for `mode` is not

0 commit comments

Comments
 (0)