|
8 | 8 |
|
9 | 9 | {VirtProductName} provides advanced networking functionality by using custom resources and plugins. Virtual machines (VMs) are integrated with {product-title} networking and its ecosystem.
|
10 | 10 |
|
| 11 | +[NOTE] |
| 12 | +==== |
| 13 | +You cannot run {VirtProductName} on a single-stack IPv6 cluster. |
| 14 | +==== |
| 15 | + |
11 | 16 | The following figure illustrates the typical network setup of {VirtProductName}. Other configurations are also possible.
|
12 | 17 |
|
13 | 18 | .{VirtProductName} networking overview
|
@@ -108,6 +113,43 @@ endif::openshift-rosa,openshift-dedicated[]
|
108 | 113 |
|
109 | 114 | . 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.
|
110 | 115 |
|
| 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 | + |
111 | 153 | // Hiding in ROSA/OSD as not supported
|
112 | 154 | ifndef::openshift-rosa,openshift-dedicated[]
|
113 | 155 | xref:../../virt/vm_networking/virt-hot-plugging-network-interfaces.adoc#virt-hot-plugging-network-interfaces[Hot plugging secondary network interfaces]::
|
|
0 commit comments