MicrosoftDocs / WSL

Source code behind the Windows Subsystem for Linux documentation.
https://docs.microsoft.com/windows/wsl
Other
1.87k stars 554 forks source link

Correct marking of IPv6 support for WSL1 #1931

Closed krishnacx closed 2 months ago

krishnacx commented 4 months ago

Fixes https://github.com/MicrosoftDocs/WSL/issues/1907

learn-build-service-prod[bot] commented 4 months ago

Learn Build status updates of commit b512aa4:

:white_check_mark: Validation status: passed

File Status Preview URL Details
WSL/compare-versions.md :white_check_mark:Succeeded View

For more details, please refer to the build report.

For any questions, please:

craigloewen-msft commented 4 months ago

IPv6 support isn't on by default yet, but it does say 'Support' so I'm inclined to show it (Or just remove this line from the table). Alternatively we could not change anything and wait until we have it on by default. What do you think @mattwojo ?

hyanggi commented 4 months ago

IPv6 was always supported and on in WSL1. I can even find online discussions from that time talking about how to disable it.

https://askubuntu.com/questions/958876/how-to-disable-ipv6-on-windows-subsystem-for-linux

It is in WSL2 where IPv6 is not on by default.

Therefore leaving the current table as is (which states WSL1 does not support IPv6 but WSL2 does) is the worst option.

craigloewen-msft commented 2 months ago

merged in! Thank you both for the contribution.