-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-10.0
-
No
-
None
-
rhel-sst-network-management
-
ssg_networking
-
None
-
False
-
-
None
-
None
-
-
None
-
None
-
None
What were you trying to do that didn't work?
Setting device as unmanaged in NetworkManager configuration files is not working. Using `nmcli d set eth6 managed no` works and is even restart persistent.
What is the impact of this issue to you?
Please provide the package NVR for which the bug is seen:
NetworkManager-1.51.4-33602.copr.4b65e716c8.el10
How reproducible is this bug?:
always
Steps to reproduce
- Do the following NM-ci scenario:
* Stop NM * Create NM config file "95-eth6-unmanaged.conf" with content """ [device.eth6-unmanaged] match-device=interface-name:eth6 managed=0 """ * Start NM
Expected results
eth6 should be unmanaged.
Actual results
eth6 is activated after NM start (or disconnected if no connection matches).