Skip to content

Commit 247db54

Browse files
authored
Merge pull request #85882 from sjhala-ccs/cnv-45152
CNV-45152: Added note about linux bonding mode support
2 parents 4c5df75 + 5cb3c98 commit 247db54

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

modules/virt-creating-localnet-nad-cli.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ spec:
3838
<3> The name of the additional network from which traffic is forwarded to the OVS bridge. This attribute must match the value of the `spec.config.name` field of the `NetworkAttachmentDefinition` object that defines the OVN-Kubernetes additional network.
3939
<4> The name of the OVS bridge on the node. This value is required if the `state` attribute is `present`.
4040
<5> The state of the mapping. Must be either `present` to add the mapping or `absent` to remove the mapping. The default value is `present`.
41+
+
42+
[NOTE]
43+
====
44+
{VirtProductName} does not support Linux bridge bonding modes 0, 5, and 6. For more information, see link:https://access.redhat.com/solutions/67546[Which bonding modes work when used with a bridge that virtual machine guests or containers connect to?].
45+
====
4146

4247
. Create a `NetworkAttachmentDefinition` object:
4348
+

virt/vm_networking/virt-connecting-vm-to-linux-bridge.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ You can create a Linux bridge network and attach a virtual machine (VM) to the n
1414
. Create a Linux bridge network attachment definition (NAD) by using the xref:../../virt/vm_networking/virt-connecting-vm-to-linux-bridge.adoc#virt-creating-linux-bridge-nad-web_virt-connecting-vm-to-linux-bridge[web console] or the xref:../../virt/vm_networking/virt-connecting-vm-to-linux-bridge.adoc#virt-creating-linux-bridge-nad-cli_virt-connecting-vm-to-linux-bridge[command line].
1515
. Configure the VM to recognize the NAD by using the xref:../../virt/vm_networking/virt-connecting-vm-to-linux-bridge.adoc#virt-vm-creating-nic-web_virt-connecting-vm-to-linux-bridge[web console] or the xref:../../virt/vm_networking/virt-connecting-vm-to-linux-bridge.adoc#virt-attaching-vm-secondary-network-cli_virt-connecting-vm-to-linux-bridge[command line].
1616

17+
[NOTE]
18+
====
19+
{VirtProductName} does not support Linux bridge bonding modes 0, 5, and 6. For more information, see link:https://access.redhat.com/solutions/67546[Which bonding modes work when used with a bridge that virtual machine guests or containers connect to?].
20+
====
21+
1722
include::modules/virt-creating-linux-bridge-nncp.adoc[leveloffset=+1]
1823

1924
[id="creating-linux-bridge-nad"]

0 commit comments

Comments
 (0)