dantmnf / WSLAttachSwitch

Attach the WSL2 virtual machine to a Hyper-V virtual switch.
The Unlicense
107 stars 12 forks source link

Allow to set fix physical address of network interface + VLAN isolation + Bugfix #5

Closed kenvix closed 1 year ago

kenvix commented 1 year ago

Command line is incompatible with previous versions due to the addition of multiple parameters

现在可以跑软路由了(

dantmnf commented 1 year ago

Command line is incompatible with previous versions due to the addition of multiple parameters

I think it can be made compatible: https://github.com/dotnet/command-line-api/blob/main/docs/DragonFruit-overview.md#arguments

Since native AOT is generally available now, I would also like to check AOT compatibility of such reflection-heavy usage.