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:
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to