Skip to content

Commit 8159f5d

Browse files
dfitzmauopenshift-cherrypick-robot
authored andcommitted
OCPBUGS-57625: Added warning note to br-ex doc for reserved SDN int names
1 parent 78da1e3 commit 8159f5d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

modules/creating-manifest-file-customized-br-ex-bridge.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,26 @@ If you require an environment with a single network interface controller (NIC) a
5454
After you install {op-system-first} and the system reboots, the Machine Config Operator injects Ignition configuration files into each node in your cluster, so that each node received the `br-ex` bridge network configuration. To prevent configuration conflicts, the `configure-ovs.sh` shell script receives a signal to not configure the `br-ex` bridge.
5555
endif::postinstall-bare-metal-ipi,postinstall-bare-metal-upi[]
5656

57+
[WARNING]
58+
====
59+
The following list of interface names are reserved and you cannot use the names with NMstate configurations:
60+
61+
* `br-ext`
62+
* `br-int`
63+
* `br-local`
64+
* `br-nexthop`
65+
* `br0`
66+
* `ext-vxlan`
67+
* `ext`
68+
* `genev_sys_*`
69+
* `int`
70+
* `k8s-*`
71+
* `ovn-k8s-*`
72+
* `patch-br-*`
73+
* `tun0`
74+
* `vxlan_sys_*`
75+
====
76+
5777
.Prerequisites
5878
ifndef::postinstall-bare-metal-ipi,postinstall-bare-metal-upi[]
5979
* Optional: You have installed the link:https://nmstate.io/[`nmstate`] API so that you can validate the NMState configuration.

0 commit comments

Comments
 (0)