microsoft / xdp-for-windows

XDP speeds up networking on Windows
MIT License
346 stars 40 forks source link

Fix retry logic during Rename-NetAdapter #538

Closed mtfriesen closed 3 weeks ago

mtfriesen commented 3 weeks ago

When Rename-NetAdapter failed, it wasn't hitting the local catch block. Fix that and preserve the final exception.

Resolves #536