Skip to content

Commit 520e45b

Browse files
authored
Merge pull request #79192 from sjhala-ccs/cnv-37647
CNV-37647: Added table comparing bridge CNI and OVN-K localnet
2 parents 0277ff1 + 36499a1 commit 520e45b

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

virt/vm_networking/virt-networking-overview.adoc

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ toc::[]
88

99
{VirtProductName} provides advanced networking functionality by using custom resources and plugins. Virtual machines (VMs) are integrated with {product-title} networking and its ecosystem.
1010

11+
[NOTE]
12+
====
13+
You cannot run {VirtProductName} on a single-stack IPv6 cluster.
14+
====
15+
1116
The following figure illustrates the typical network setup of {VirtProductName}. Other configurations are also possible.
1217

1318
.{VirtProductName} networking overview
@@ -108,6 +113,43 @@ endif::openshift-rosa,openshift-dedicated[]
108113

109114
. xref:../../virt/vm_networking/virt-connecting-vm-to-ovn-secondary-network.adoc#attaching-vm-to-ovn-secondary-nw[Connect the VM to the OVN-Kubernetes secondary network] by adding the network details to the VM specification.
110115

116+
// Hiding from ROSA/OSD as Linux Bridge is not supported
117+
ifndef::openshift-rosa,openshift-dedicated[]
118+
[id="comparing-bridge-localnet"]
119+
=== Comparing Linux bridge CNI and OVN-Kubernetes localnet topology
120+
121+
The following table provides a comparison of features available when using the Linux bridge CNI versus the localnet topology for an OVN-Kubernetes plugin:
122+
123+
.Linux bridge CNI compared to an OVN-Kubernetes localnet topology
124+
[cols="1,1,1",options="header"]
125+
|===
126+
|Feature
127+
|Available on Linux bridge CNI
128+
|Available on OVN-Kubernetes localnet
129+
130+
|Layer 2 access to the underlay native network
131+
|Only on secondary network interface controllers (NICs)
132+
|Yes
133+
134+
|Layer 2 access to underlay VLANs
135+
|Yes
136+
|Yes
137+
138+
|Network policies
139+
|No
140+
|Yes
141+
142+
|Managed IP pools
143+
|No
144+
|Yes
145+
146+
|MAC spoof filtering
147+
|Yes
148+
|Yes
149+
150+
|===
151+
endif::openshift-rosa,openshift-dedicated[]
152+
111153
// Hiding in ROSA/OSD as not supported
112154
ifndef::openshift-rosa,openshift-dedicated[]
113155
xref:../../virt/vm_networking/virt-hot-plugging-network-interfaces.adoc#virt-hot-plugging-network-interfaces[Hot plugging secondary network interfaces]::

0 commit comments

Comments
 (0)