aboutsummaryrefslogtreecommitdiffstats
path: root/setupapihost (follow)
Commit message (Collapse)AuthorAgeFilesLines
* api: ignore instance not found when removing instanceSimon Rozman2025-05-211-0/+2
| | | | | | | | | Should SetupAPI report ERROR_PATH_NOT_FOUND on attempt to remove the adapter instance, the adapter is already gone and we already have what we wanted. Reference: https://lists.zx2c4.com/pipermail/wireguard/2025-February/008762.html Signed-off-by: Simon Rozman <simon@rozman.si>
* api: use proper instance id boundsJason A. Donenfeld2021-10-141-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* api: rewrite based on SwDeviceJason A. Donenfeld2021-10-123-0/+323
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>