-
Bug
-
Resolution: Unresolved
-
Normal
-
rhel-9.6
-
nmstate-2.2.58-1.el10
-
No
-
Moderate
-
rhel-net-mgmt
-
3
-
False
-
False
-
-
None
-
None
-
-
Pass
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
When creating HSR interface, the IP stack on its two ports should be disabled.
What is the impact of this issue to you?
N/A
Please provide the package NVR for which the bug is seen:
nmstate-2.2.46-1.el9
How reproducible is this bug?:
100%
Steps to reproduce
echo '
---
interfaces:
- name: eth1
type: ethernet
state: up
ipv4:
address:
- ip: 192.0.2.251
prefix-length: 24
dhcp: false
enabled: true
ipv6:
enabled: false
' | sudo nmstatectl apply -
echo '
- name: hsr0
type: hsr
state: up
copy-mac-from: eth1
hsr:
port1: eth1
port2: eth2
multicast-spec: 40
protocol: prp' | sudo nmstatectl apply -
ip addr show dev eth1
Expected results
IP stack been disabled on eth1
Actual results
eth1 still have IP assigned before.
Workaround: explicitly disable IP on HSR ports.
- links to
-
RHBA-2025:154283
nmstate update