-
Bug
-
Resolution: Done
-
Normal
-
None
-
rhel-10.1
-
None
-
No
-
None
-
rhel-net-mgmt
-
None
-
False
-
False
-
-
None
-
None
-
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
What is the impact of this issue to you?
When running nmcli device reapply on an active interface, the command triggers a link flap event: the interface momentarily transitions to a DOWN/NO-CARRIER state before returning to UP/LOWER_UP. This disrupts network connectivity, impacts running applications and ongoing network sessions.
Please provide the package NVR for which the bug is seen:
NetworkManager-1.53.90-1.el9
How reproducible is this bug?:
always
Steps to reproduce
- ip monitor link &> monitor.log
- nmcli d reapply $iface
- cat monitor.log
Expected results
Reapplying device configuration with nmcli d reapply should not interrupt the link or cause a physical link flap if the configuration has not changed. The interface should remain in the UP/LOWER_UP state, and connectivity should not be disrupted.
Actual results
Executing nmcli d reapply eno1 on a live connection results in:
The link briefly losing carrier (NO-CARRIER, state DOWN), immediately regaining carrier (LOWER_UP, state UP).
```
- cat monitor.log
2: eno1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default
link/ether 20:04:0f:fa:75:b0 brd ff:ff:ff:ff:ff:ff
altname enp24s0f0
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default
link/ether 20:04:0f:fa:75:b0 brd ff:ff:ff:ff:ff:ff
altname enp24s0f0
```
- is related to
-
RHEL-76268 nmstate shouldn't verify the speed when auto negotiate is enabled
-
- Release Pending
-