svn commit: r292956 - head/sys/netinet6

Jonathan T. Looney jtl at FreeBSD.org
Wed Dec 30 18:08:07 UTC 2015


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:


More information about the svn-src-head mailing list