Bug 29380

Summary: setsockopt(IPV6_BINDV6ONLY) not documented in any man pages
Product: Documentation Reporter: gshapiro+FreeBSD-gnats <gshapiro+FreeBSD-gnats>
Component: Books & ArticlesAssignee: 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
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.
Comment 1 dima 2001-08-04 14:42:52 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).
Comment 2 Gregory Neil Shapiro freebsd_committer freebsd_triage 2001-08-20 13:57:15 UTC
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.