l3dsr icon indicating copy to clipboard operation
l3dsr copied to clipboard

Can not build the kernel modules on Rocky 9.4

Open Shigehiro opened this issue 1 year ago • 1 comments

Can not build the kernel modules on Rocky 9.4 though I was able to build the kernel modules on Rocky 9.3. Here is the build result of l3dsr kernel modules.

  • https://github.com/Shigehiro/Linux_tips_2024/tree/main/l3dsr_vpp#l3-dsr-dscp-kernel-module-build-results
  • https://github.com/Shigehiro/Linux_tips_2024/tree/main/l3dsr_vpp#rocky-linux-94-error-logs

Shigehiro avatar Jun 03 '24 02:06 Shigehiro

Confimed: I was able to build the kernel modules on Rocky Linux 9.4.

# cat /etc/rocky-release;uname -ri
Rocky Linux release 9.4 (Blue Onyx)
5.14.0-427.24.1.el9_4.x86_64 x86_64

# rpm -qf $(which gcc)
gcc-11.4.1-3.el9.x86_64

# lsmod |grep xt_
xt_DADDR               16384  1
xt_dscp                16384  1

# iptables -L -n -t mangle -v |grep 'Chain INPUT' -A2
Chain INPUT (policy ACCEPT 78 packets, 10099 bytes)
 pkts bytes target     prot opt in     out     source               destination
   53  3314 DADDR      0    --  *      *       0.0.0.0/0            0.0.0.0/0            DSCP match 0x02 DADDR set 172.26.0.10

Shigehiro avatar Jul 12 '24 00:07 Shigehiro