| Summary: | setsockopt(IPV6_BINDV6ONLY) not documented in any man pages | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | gshapiro+FreeBSD-gnats <gshapiro+FreeBSD-gnats> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
gshapiro+FreeBSD-gnats
2001-08-02 05:30:01 UTC
Gregory Neil Shapiro <gshapiro+freebsd-gnats@gshapiro.net> writes: > >Description: > > The setsockopt() optname IPV6_BINDV6ONLY is not documented in any man pages. > I assume it's a public interfaces as src/usr.sbin/inetd/inetd.c uses it. You should probably talk the KAME, the IPv6 guys, about this. I think the right place to document this would be inet6(4), and it's their man page (meaning changes we make get lost unless we submit it back to them). State Changed From-To: open->closed Discussed problem with itojun. IPV6_BINDV6ONLY is a non-standard flag. The standard version (IPV6_V6ONLY) is also not documented. He will look into that in the KAME tree. |