What were you trying to do that didn't work?
When executing 'tc qdisc add' it's supposed to install the corresponding kernel module. At least this is the case on RHEL 9.5. But it doesn't on RHEL 10. For example,
# tc qdisc add dev eth0 root netem corrupt 0.5% Error: Specified qdisc kind is unknown. # modinfo sch_netem filename: /lib/modules/6.10.0-15.el10.x86_64/kernel/net/sched/sch_netem.ko.xz ...
It's supposed to install the kernel module 'sch_netem'.
Please advise if this is an intentional change.
Please provide the package NVR for which bug is seen:
iproute-6.7.0-4.el10.x86_64
How reproducible:
Always
Steps to reproduce
- # tc qdisc add dev eth0 root netem corrupt 0.5%
Expected results
Loads corresponding module and returns successfully.
Actual results