SolanaNetworks / Rmirror

Rmirror implements a Linux kernel module that mirrors traffic received and transmitted by the host to a GRE tunnel.
GNU General Public License v2.0
2 stars 1 forks source link

Kernel module compile fails against modern kernel #2

Open CGretski opened 3 years ago

CGretski commented 3 years ago

Manually building module fails with: xt_rmirror.c:186:9: error: implicit declaration of function ‘nf_reset’ nf_reset was removed in kernel 5.4 ; seemingly replaced by nf_reset_ct https://github.com/torvalds/linux/commit/895b5c9f206eb7d25dc1360a8ccfc5958895eb89

CGretski commented 3 years ago

Added PR with fix: #3