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
This commit is contained in:
Jonathan T. Looney 2015-12-30 18:08:05 +00:00
parent 8d03d93fb7
commit 912568c881

View File

@ -1830,6 +1830,7 @@ do { \
case IPV6_RSSBUCKETID:
case IPV6_RECVRSSBUCKETID:
#endif
case IPV6_BINDMULTI:
switch (optname) {
case IPV6_RECVHOPOPTS: