Skip to content

Commit acd895a

Browse files
committed
OCPBUGS-49859: Added br-ex note to the networking route doc
1 parent 2d14bd8 commit acd895a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

modules/virt-example-nmstate-IP-management.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ To define a DNS configuration for a network interface, you must initially specif
103103

104104
[IMPORTANT]
105105
====
106-
You cannot use `br-ex` bridge, an OVNKubernetes-managed Open vSwitch bridge, as the interface when configuring DNS resolvers unless you manually configured a customized `br-ex` bridge.
106+
You cannot use the `br-ex` bridge, an OVN-Kubernetes-managed Open vSwitch bridge, as the interface when configuring DNS resolvers unless you manually configured a customized `br-ex` bridge.
107107
108108
For more information, see "Creating a manifest object that includes a customized br-ex bridge" in the _Deploying installer-provisioned clusters on bare metal_ document or the _Installing a user-provisioned cluster on bare metal_ document.
109109
====
@@ -285,4 +285,11 @@ routes:
285285
# ...
286286
----
287287
<1> The static IP address for the Ethernet interface.
288-
<2> Next hop address for the node traffic. This must be in the same subnet as the IP address set for the Ethernet interface.
288+
<2> The next hop address for the node traffic. This must be in the same subnet as the IP address set for the Ethernet interface.
289+
290+
[IMPORTANT]
291+
====
292+
You cannot use the OVN-Kubernetes `br-ex` bridge as the next hop interface when configuring a static route unless you manually configured a customized `br-ex` bridge.
293+
294+
For more information, see "Creating a manifest object that includes a customized br-ex bridge" in the _Deploying installer-provisioned clusters on bare metal_ document or the _Installing a user-provisioned cluster on bare metal_ document.
295+
====

0 commit comments

Comments
 (0)