Bug 39652
Summary: | connect (2) under IPv6 has an incomplete list of returnable error numbers | ||
---|---|---|---|
Product: | Documentation | Reporter: | kernel (kernel) |
Component: | man-pages | Assignee: | documentation_man-pages (documentation_man-pages) |
Status: | NEW --- | ||
Severity: | normal | CC: | erik, xerofoify |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.37 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
kernel@chappell-family.com
2011-07-20 17:54:59 UTC
Please test this bug against a newer version of man-pages to see if it's fixed. Thanks Nick Nick, Thanks for the reply. I've just tested this with version 3.53 of the man pages and it now seems correct, apart from: 1. EHOSTUNREACH - this is still missing as a potential reason. I believe it should be added and the causes are ICMPv6 type 1 code 3 (Address unreachable - I've verified this to be the case) or ICMPv6 type 3 (Time exceeded – I haven't verified this case - please check source code). 2. There's also no mention of: EMSGSIZE or EPROTO - did you check these? I haven't rechecked the source since I originally raised the issue. Best wishes, Tim. EHOSTUNREACH is described in the manpage at least since 2020-04-11 (https://man7.org/linux/man-pages/man2/connect.2.html) |