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:
parent
8d03d93fb7
commit
912568c881
@ -1830,6 +1830,7 @@ do { \
|
||||
case IPV6_RSSBUCKETID:
|
||||
case IPV6_RECVRSSBUCKETID:
|
||||
#endif
|
||||
case IPV6_BINDMULTI:
|
||||
switch (optname) {
|
||||
|
||||
case IPV6_RECVHOPOPTS:
|
||||
|
Loading…
Reference in New Issue
Block a user