TurrisOS 7.0.0 missing some modules for wg-quick?

Hi,
after upgrade to 7.0.0 the command wg-quick up vpn stopped working. It says:

...
[#] ip -6 rule add table main suppress_prefixlength 0
[#] ip6tables-restore -n
Warning: Extension CONNMARK revision 0 not supported, missing kernel module?
Warning: Extension CONNMARK is not supported, missing kernel module?
ip6tables-restore: line 7 failed
[#] resolvconf -d airvpn -f
...

Looks like this one is missing?

$ zcat /proc/config.gz | grep CONFIG_NETFILTER_XT_MATCH_CONNMARK
# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set

And maybe this one?

$ zcat /proc/config.gz | grep CONFIG_NET_VRF
# CONFIG_NET_VRF is not set

Kernel version is 5.15.148, Tue Apr 2 01:04:13 2024

Rollback to 6.5.2 with kernel 5.15.147 #0 SMP Thu Feb 1 05:58:08 2024 solves the problem. Although, both modules are missing as well.

So the problem is probably not due to missing modules.