You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle dead VMM and scan all urunc TAP devices during cleanup
Treat ESRCH from killProcess as success since the process is already
gone, allowing network cleanup to proceed instead of failing silently.
Refactored network.Cleanup to scan for all tap.*_urunc interfaces
rather than relying on a hardcoded name. Continue processing remaining
devices on per-device errors and return a joined error at the end.
Fixes#408
Integrates #407
PR: #476
Signed-off-by: goyalpalak18 <goyalpalak1806@gmail.com>
Reviewed-by: Charalampos Mainas <cmainas@nubificus.co.uk>
Approved-by: Charalampos Mainas <cmainas@nubificus.co.uk>
0 commit comments