1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292956

View File

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