-
Story
-
Resolution: Done-Errata
-
Major
-
rhel-9.4
-
nmstate-2.2.33-1.el9
-
1
-
rhel-sst-network-management
-
ssg_networking
-
3
-
False
-
-
None
-
NMT - RHEL-9.5 DTM 14
-
-
Pass
-
None
-
None
What were you trying to do that didn't work?
Automobile team need nmstate kernel mode to support DNS and gateway.
https://issues.redhat.com/browse/VROOM-19827
Please provide the package NVR for which bug is seen:
How reproducible:
100%
Steps to reproduce
Apply this YAML file via `nmstatectl apply --kernel`
--- dns-resolver: config: search: - example.com - example.org server: - 2001:4860:4860::8888 - 2001:4860:4860::8844 - 8.8.4.4 - 8.8.8.8 interfaces: - name: eth1 type: ethernet state: up ipv4: address: - ip: 192.0.2.251 prefix-length: 24 dhcp: false enabled: true ipv6: address: - ip: 2001:db8:1::1 prefix-length: 64 dhcp: false enabled: true autoconf: false routes: config: - destination: 0.0.0.0/0 next-hop-address: 192.0.2.1 next-hop-interface: eth1 - destination: ::/0 next-hop-address: 2001:db8:1::3 next-hop-interface: eth1
Expected results
Actual results
- is triggering
-
RHEL-54543 Cannot add/change route in kernel mode
- Planning
-
RHEL-54544 ip address is appended instead of changing in kernel mode
- Planning
-
RHEL-54558 Changing route in kernel mode got netlink unknown error: code -22
- Planning
- links to
-
RHBA-2024:129019 nmstate bug fix and enhancement update