Page MenuHomeFreeBSD

wg: Use ENETUNREACH when transmitting to a non-existent peer
ClosedPublic

Authored by markj on Apr 1 2024, 3:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 4:37 AM
Unknown Object (File)
Tue, Apr 16, 12:09 PM
Unknown Object (File)
Mon, Apr 15, 7:47 PM
Unknown Object (File)
Tue, Apr 9, 9:09 PM
Unknown Object (File)
Thu, Apr 4, 2:07 PM
Unknown Object (File)
Apr 1 2024, 6:23 PM
Subscribers

Details

Summary

The old errno value used is specifically for Capsicum and shouldn't be
co-opted in this way. It has special handling in the generic syscall
layer (see syscallret()). OpenBSD returns ENETUNREACH in this case;
let's do the same thing.

Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable