Seems like similar problem as #379 but since RHEL uses kernel version 5.14 so that makros LINUX_VERSION_LOWER_THAN and LINUX_VERSION_AT_LEAST are not evaluated correctly...
Do not know what are right values to there, but if I comment out that makros, then it can compile just fine
/var/lib/dkms/jool/4.1.8/build/src/mod/common/rfc7915/4to6.c: In function ‘allocate_fast’:
/var/lib/dkms/jool/4.1.8/build/src/mod/common/rfc7915/4to6.c:407:9: error: implicit declaration of function ‘nf_reset’ [-Werror=implicit-function-declaration]
407 | nf_reset(out);
| ^~~~~~~~
Seems like similar problem as #379 but since RHEL uses kernel version 5.14 so that makros
LINUX_VERSION_LOWER_THAN
andLINUX_VERSION_AT_LEAST
are not evaluated correctly...Do not know what are right values to there, but if I comment out that makros, then it can compile just fine