-
Story
-
Resolution: Done-Errata
-
Major
-
None
-
nmstate-2.2.48-1.el10
-
Moderate
-
ZStream
-
rhel-net-mgmt
-
ssg_networking
-
3
-
False
-
False
-
-
Yes
-
None
-
Regression Exception
-
-
Pass
-
Automated
-
Enhancement
-
-
Done
-
Done
-
Done
-
Not Required
-
None
Goal
- Extend the identifier property to support matching interfaces by PCI address.
See https://nmstate.io/features/mac_identifier.html
-
- For example: As an OpenShift cluster administrator, I want to set up network interfaces based on a specific PCI address, ensuring consistent configuration across nodes.
Example with "identifier" and "pci-address" (new) fields:
---
interfaces:
- name: enp198s0f0np1
identifier: pci-address
pci-addresss: 0000:00:14.3
state: up
ipv4:
enabled: true
dhcp: true
auto-dns: true
auto-gateway: true
auto-routes: true
ipv6:
enabled: true
autoconf: true
dhcp: true
auto-dns: true
auto-gateway: true
auto-routes: true
- is cloned by
-
RHEL-88993 [RFE] Match interface by PCI address identifier [rhel-9.7]
-
- Closed
-
- relates to
-
RFE-5529 Provide a mechanism to update network iface names in RHCOS
-
- Refinement
-
- links to
-
RHBA-2025:146753
nmstate bug fix and enhancement update