summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
authorjtl <jtl@FreeBSD.org>2015-12-30 18:08:05 +0000
committerjtl <jtl@FreeBSD.org>2015-12-30 18:08:05 +0000
commit3504bdc019d56f8c0bd0d7e965e08f67b912c3c4 (patch)
tree44f5aafd023d50dbd18f7c8fb386994918df1852 /sys/netinet6
parentdf8d88f0e5d77d48c300b211488bd5da507ae857 (diff)
downloadFreeBSD-src-3504bdc019d56f8c0bd0d7e965e08f67b912c3c4.zip
FreeBSD-src-3504bdc019d56f8c0bd0d7e965e08f67b912c3c4.tar.gz
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
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/ip6_output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c
index 778f39d..af9fdba 100644
--- a/sys/netinet6/ip6_output.c
+++ b/sys/netinet6/ip6_output.c
@@ -1830,6 +1830,7 @@ do { \
case IPV6_RSSBUCKETID:
case IPV6_RECVRSSBUCKETID:
#endif
+ case IPV6_BINDMULTI:
switch (optname) {
case IPV6_RECVHOPOPTS:
OpenPOWER on IntegriCloud