microsoft / WSL

Issues found on WSL
https://docs.microsoft.com/windows/wsl
MIT License
17.24k stars 811 forks source link

MPLS support on WSL2 #5404

Open addiekaul opened 4 years ago

addiekaul commented 4 years ago

MPLS is supported in linux kernel since 4.3, however it seems its not supported in WSL kernel.

I have been using WSL2 for testing MPLS features, however i am getting the below errors, i am testing with Juniper cRPD which works well in terms of Ip routing on WSL, however MPLS isn't working, there are other features like MS SONiC which will be impacted by non-support of MPLS.

Appreciate any support to resolve the issue.

adkaul@adkaul-win10:$ uname -a Linux adkaul-win10 4.19.104-microsoft-standard #1 SMP Wed Feb 19 06:37:35 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 
adkaul@adkaul-win10:$ docker --version Docker version 19.03.8, build afacb8b7f0 

adkaul@adkaul-win10:$ sudo modprobe mpls_router modprobe: FATAL: Module mpls_router not found in directory /lib/modules/4.19.104-microsoft-standard 

adkaul@adkaul-win10:$ sudo modprobe mpls_iptunnel modprobe: FATAL: Module mpls_iptunnel not found in directory /lib/modules/4.19.104-microsoft-standard 
adkaul@adkaul-win10:~$

https://www.juniper.net/documentation/en_US/crpd/topics/task/multi-task/cRPD-Linux-Server-Docker-Routing-Mode.html

ChessNineeee commented 2 years ago

have you solved it yet?