-
Bug
-
Resolution: Unresolved
-
Normal
-
rhel-10.0
What were you trying to do that didn't work?
setexecfilecon failed for command "ip vrf exec"
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.el10.x86_64
How reproducible is this bug?:
always
Steps to reproduce
- create a vrf interface
- ip vrf exec testVRF169 ping 127.0.0.1 -c1
setexecfilecon for "ping" failed - But if execute command in this way, it's ok:
- # ip netns exec route ip vrf exec vrf1 ping6 ::1 -c 1
PING ::1 (::1) 56 data bytes
^C-
- ::1 ping statistics —
1 packets transmitted, 0 received, 100% packet loss, time 0ms
- ::1 ping statistics —
-
Expected results
ip vrf exec vrf1 ping6 ::1 -c 1
PING ::1 (::1) 56 data bytes
^C
— ::1 ping statistics —
1 packets transmitted, 0 received, 100% packet loss, time 0ms
on rhel9.6, it's ok
Actual results
setexecfilecon failed