Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not build the kernel modules on Rocky 9.4 #23

Open
Shigehiro opened this issue Jun 3, 2024 · 1 comment · May be fixed by #24
Open

Can not build the kernel modules on Rocky 9.4 #23

Shigehiro opened this issue Jun 3, 2024 · 1 comment · May be fixed by #24

Comments

@Shigehiro
Copy link

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.

@qbarnes qbarnes linked a pull request Jun 6, 2024 that will close this issue
@qbarnes qbarnes linked a pull request Jun 6, 2024 that will close this issue
@Shigehiro
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant