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:
parent
8d03d93fb7
commit
912568c881
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292956
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user