You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bbeaver2021 hello! how did you manage to build it with natevents support on Debian 12? I'm getting
root@nat-dell730:~/ipt-netflow# make all install
./gen_compat_def > compat_def.h
Test symbol xt_family linux/netfilter_ipv4/ip_tables.h declared
Test struct timeval linux/ktime.h undeclared
Test struct proc_ops linux/proc_fs.h declared
Test symbol synchronize_sched linux/rcupdate.h undeclared
Test symbol nf_bridge_info_get linux/netfilter_bridge.h declared
Test struct vlan_dev_priv linux/if_vlan.h declared
Compiling 2.6 for kernel 6.1.94
make -C /lib/modules/6.1.0-22-amd64/build M=/root/ipt-netflow modules
make[1]: Entering directory '/usr/src/linux-headers-6.1.0-22-amd64'
CC [M] /root/ipt-netflow/ipt_NETFLOW.o
/root/ipt-netflow/ipt_NETFLOW.c:1946:13: error: static declaration of ‘sk_error_report’ follows non-static declaration
1946 | static void sk_error_report(struct sock *sk
Natevents enabled, count start 0, stop 0.
Whats wrong?
The text was updated successfully, but these errors were encountered: