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)
Wed, Nov 5, 5:22 PM
Unknown Object (File)
Wed, Nov 5, 11:50 AM
Unknown Object (File)
Wed, Nov 5, 11:38 AM
Unknown Object (File)
Tue, Nov 4, 7:33 PM
Unknown Object (File)
Tue, Nov 4, 7:33 PM
Unknown Object (File)
Tue, Nov 4, 7:27 PM
Unknown Object (File)
Tue, Nov 4, 7:25 PM
Unknown Object (File)
Tue, Nov 4, 1:07 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