-
Bug
-
Resolution: Unresolved
-
Normal
-
rhel-9.6
-
None
-
No
-
None
-
rhel-net-mgmt
-
2
-
False
-
False
-
-
None
-
None
-
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
Cannot change protocol from PRP to HSR of existing interface.
What is the impact of this issue to you?
N/A
Please provide the package NVR for which the bug is seen:
nmsate-2.2.46-1.el9
How reproducible is this bug?:
100%
Steps to reproduce
echo ' - name: hsr0 type: hsr state: up copy-mac-from: eth1 hsr: port1: eth1 port2: eth2 multicast-spec: 40 protocol: prp' | sudo nmstatectl apply - echo ' - name: hsr0 type: hsr state: up copy-mac-from: eth1 hsr: port1: eth1 port2: eth2 multicast-spec: 40 protocol: hsr' | sudo nmstatectl apply -
Expected results
Interface protocol changed from PRP to HSR
Actual results
Nmstate failed to change the protocol.
Workaround: Delete the HSR interface first.