Skip to content

Commit ff19459

Browse files
authored
Merge pull request #94959 from dfitzmau/OCPBUGS-57625
OCPBUGS#57625: Added warning note to br-ex doc for reserved SDN int n…
2 parents d6b0ae0 + e188db9 commit ff19459

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
@@ -48,6 +48,26 @@ If you require an environment with a single network interface controller (NIC) a
4848
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.
4949
endif::postinstall-bare-metal[]
5050

51+
[WARNING]
52+
====
53+
The following list of interface names are reserved and you cannot use the names with NMstate configurations:
54+
55+
* `br-ext`
56+
* `br-int`
57+
* `br-local`
58+
* `br-nexthop`
59+
* `br0`
60+
* `ext-vxlan`
61+
* `ext`
62+
* `genev_sys_*`
63+
* `int`
64+
* `k8s-*`
65+
* `ovn-k8s-*`
66+
* `patch-br-*`
67+
* `tun0`
68+
* `vxlan_sys_*`
69+
====
70+
5171
.Prerequisites
5272
ifndef::postinstall-bare-metal[]
5373
* Optional: You have installed the link:https://nmstate.io/[`nmstate`] API so that you can validate the NMState configuration.

0 commit comments

Comments
 (0)