From 142361d06b7ebff83f4a4cb015ee10b6a10abe00 Mon Sep 17 00:00:00 2001 From: dfitzmau Date: Wed, 5 Feb 2025 10:43:16 +0000 Subject: [PATCH] OCPBUGS-49859: Added br-ex note to the networking route doc --- modules/virt-example-nmstate-IP-management.adoc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/modules/virt-example-nmstate-IP-management.adoc b/modules/virt-example-nmstate-IP-management.adoc index 669d545a02..9269d7b666 100644 --- a/modules/virt-example-nmstate-IP-management.adoc +++ b/modules/virt-example-nmstate-IP-management.adoc @@ -103,7 +103,7 @@ To define a DNS configuration for a network interface, you must initially specif [IMPORTANT] ==== -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. +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. 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. ==== @@ -285,4 +285,11 @@ routes: # ... ---- <1> The static IP address for the Ethernet interface. -<2> Next hop address for the node traffic. This must be in the same subnet as the IP address set for the Ethernet interface. +<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. + +[IMPORTANT] +==== +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. + +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. +====