Is your feature request related to a problem? Please describe.
Wireguard support is limited in WSL because the kernel does not have Connmark support, even though the newest versions of the kernel that WSL 2 is now using should be compatible with WG.
Describe the solution you'd like
The flag CONFIG_NETFILTER_XT_MATCH_CONNMARK should be enabled when building the kernel. No other change should be needed
Describe alternatives you've considered
Using a custom kernel, but that seems overkill for basic support that native distros have.
Is your feature request related to a problem? Please describe.
Wireguard support is limited in WSL because the kernel does not have Connmark support, even though the newest versions of the kernel that WSL 2 is now using should be compatible with WG.
Describe the solution you'd like
The flag
CONFIG_NETFILTER_XT_MATCH_CONNMARKshould be enabled when building the kernel. No other change should be neededDescribe alternatives you've considered
Using a custom kernel, but that seems overkill for basic support that native distros have.