mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
ErrNoRoute gets translated to EHOSTUNREACH which causes some code paths to produce different errors unexpectedly. Rename the error so we can clean up some sites to return ENETUNREACH more clearly where needed. Updates #8105 PiperOrigin-RevId: 482355099