Skip to content

Commit eb9309f

Browse files
committed
OCPBUGS-57928: Added forbidden reserved interface names to various Nm
1 parent 97e3011 commit eb9309f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

modules/node-network-configuration-policy-file.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ A `NodeNetworkConfigurationPolicy` (NNCP) manifest file defines policies that th
1010

1111
After you apply a node network policy to a node, the Kubernetes NMState Operator configures the networking configuration for nodes according to the node network policy details.
1212

13+
[WARNING]
14+
====
15+
The following list of interface names are reserved and you cannot use the names with NMstate configurations:
16+
17+
* `br-ext`
18+
* `br-int`
19+
* `br-local`
20+
* `br-nexthop`
21+
* `br0`
22+
* `ext-vxlan`
23+
* `ext`
24+
* `genev_sys_*`
25+
* `int`
26+
* `k8s-*`
27+
* `ovn-k8s-*`
28+
* `patch-br-*`
29+
* `tun0`
30+
* `vxlan_sys_*`
31+
====
32+
1333
You can create an NNCP by using either the {oc-first} or the {product-title} web console. As a postinstallation task you can create an NNCP or edit an existing NNCP.
1434

1535
[NOTE]

0 commit comments

Comments
 (0)