Date: Wed, 30 Dec 2015 18:08:05 +0000 (UTC) From: "Jonathan T. Looney" <jtl@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292956 - head/sys/netinet6 Message-ID: <201512301808.tBUI85EJ065639@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jtl Date: Wed Dec 30 18:08:05 2015 New Revision: 292956 URL: https://svnweb.freebsd.org/changeset/base/292956 Log: Add the appropriate case statement for IPV6_BINDMULTI so the option can be retrieved with getsockopt(). CID: 1229928 Differential Revision: https://reviews.freebsd.org/D4737 Reviewed by: adrian Sponsored by: Juniper Networks Modified: head/sys/netinet6/ip6_output.c Modified: head/sys/netinet6/ip6_output.c ============================================================================== --- head/sys/netinet6/ip6_output.c Wed Dec 30 18:04:50 2015 (r292955) +++ head/sys/netinet6/ip6_output.c Wed Dec 30 18:08:05 2015 (r292956) @@ -1830,6 +1830,7 @@ do { \ case IPV6_RSSBUCKETID: case IPV6_RECVRSSBUCKETID: #endif + case IPV6_BINDMULTI: switch (optname) { case IPV6_RECVHOPOPTS:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512301808.tBUI85EJ065639>