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. +====