-
Bug
-
Resolution: Unresolved
-
Minor
-
rhel-9.6
-
iproute-6.14.0-1.el9
-
Yes
-
Low
-
6887a0656dad7bb826deea6242f4d7462ee96014
-
1
-
rhel-net-core-2
-
ssg_networking
-
14
-
17
-
5
-
False
-
False
-
-
None
-
NST-Core2-25W22
-
Pass
-
New Test Coverage
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
when testing kseltest rtnetlink.sh, test pass on iproute-6.2.0-6.el9_4.x86_64, fail on iproute-6.11.0-1.el9.x86_64.
and I checked the outputs of "ip -6 netconf show" have no change, but return value is "0" iproute-6.2.0-6.el9_4. while it turned to be 2 on iproute-6.11.0-1.el9.x86_64
[root@vm-10-0-186-189 net]# uname -r
5.14.0-547.el9.x86_64
[root@vm-10-0-186-189 net]# rpm -qa | grep iproute
iproute-6.2.0-6.el9_4.x86_64
iproute-tc-6.2.0-6.el9_4.x86_64
[root@vm-10-0-186-189 net]# sh ./rtnetlink.sh -t kci_test_bridge
PASS: bridge setup
after update iproute version
[root@vm-10-0-186-189 net]# uname -r
5.14.0-547.el9.x86_64
[root@vm-10-0-186-189 net]# rpm -qa |grep iproute
iproute-6.11.0-1.el9.x86_64
iproute-tc-6.11.0-1.el9.x86_64
[root@vm-10-0-186-189 net]#sh ./rtnetlink.sh -t kci_test_bridge
FAIL: ip netconf show test-br0
FAIL: ip netconf show testbr-vlan1
FAIL: ip netconf show test-dummy0
there is a patch for it:
commit 6887a0656dad7bb826deea6242f4d7462ee96014 "ip: netconf: fix overzealous error checking"
$ git describe 6887a065
v6.11.0-20-g6887a065
What is the impact of this issue to you?
Please provide the package NVR for which the bug is seen:
iproute-6.11.0-1
How reproducible is this bug?:
always
Steps to reproduce
- ip -6 netconf show dev lo
Expected results
return 0
Actual results
return 2
- is cloned by
-
RHEL-80411 [iproute] ip -6 netconf show always return non-zero on iproute-6.11.0-1
-
- Closed
-
- links to
-
RHBA-2025:150393 iproute update