-
Bug
-
Resolution: Done-Errata
-
Major
-
None
-
NetworkManager-1.47.3-1.el9
-
None
-
Important
-
ZStream
-
1
-
sst_network_management
-
ssg_networking
-
6
-
2
-
False
-
-
No
-
NMT - RHEL-9.5 DTM 4
-
Approved Blocker
-
-
Pass
-
None
-
None
What were you trying to do that didn't work?
With OVS internal interface holding the same name as its controller OVS bridge, creating VLAN over this OVS internal interface will get error:
Error: Connection activation failed: br0.101 failed to create resources: cannot retrieve ifindex of interface br0 (Open vSwitch Bridge)
Please provide the package NVR for which bug is seen:
NetworkManager-1.47.1-33100.copr.9920a4b576.el9.x86_64
How reproducible:
100%
Steps to reproduce
#!/bin/bash -ex
echo '
---
interfaces:
- name: br0
type: ovs-bridge
state: up
bridge:
port:
- name: br0
- name: br0
type: ovs-interface
state: up
' | nmstatectl set -
nmcli c add ifname br0.101 type vlan con-name br0.101 \
vlan.parent br0 vlan.id 101
nmcli c up br0.101
Expected results
No failure, VLAN been created over OVS internal interface
Actual results
Error: Connection activation failed: br0.101 failed to create resources: cannot retrieve ifindex of interface br0 (Open vSwitch Bridge)
- blocks
-
RHEL-26270 Use interface name instead of UUID when referring to controller or parent
- Closed
- links to
-
RHBA-2024:129004 NetworkManager update