-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix soft lockup on kernels with xtables targets used via nftables. - Fix compilation with Linux 5.8 and with CentOS 8.
- Loading branch information
Showing
4 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e100fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I have a problem on Centos 7.8.2003
Linux 3.10.0-1127.18.2.el7.x86_64 #1 SMP Sun Jul 26 15:27:06 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
-------------------Module version: 2.5.1-------------------
CC [M] /usr/src/ipt-netflow/ipt_NETFLOW.o
/usr/src/ipt-netflow/ipt_NETFLOW.c: In function ‘netflow_target’:
/usr/src/ipt-netflow/ipt_NETFLOW.c:5294:3: error: implicit declaration of function ‘nf_bridge_info_get’ [-Werror=implicit-function-declaration]
copy_dev(nf->o_ifphys, physoutdev, if_out);
netflow.txt
e100fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yura-mdj Thanks for the report. I will try to reproduce it and fix.
e100fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reproduced and created issue #147