Author: eri
Date: Fri Feb 10 06:20:27 2017
New Revision: 313530
URL: https://svnweb.freebsd.org/changeset/base/313530

Log:
  Use proper value for socket option on IPv6
  
    Reported-by: [email protected]

Modified:
  head/sys/netinet6/in6.h

Modified: head/sys/netinet6/in6.h
==============================================================================
--- head/sys/netinet6/in6.h     Fri Feb 10 06:01:47 2017        (r313529)
+++ head/sys/netinet6/in6.h     Fri Feb 10 06:20:27 2017        (r313530)
@@ -497,7 +497,7 @@ struct route_in6 {
 #define        IPV6_RECVFLOWID         70 /* bool; receive IP6 flowid/flowtype 
w/ datagram */
 #define        IPV6_RECVRSSBUCKETID    71 /* bool; receive IP6 RSS bucket id 
w/ datagram */
 
-#define        IPV6_ORIGDSTADDR        65 /* bool: allow getting dstaddr /port 
info */
+#define        IPV6_ORIGDSTADDR        72 /* bool: allow getting dstaddr /port 
info */
 #define        IPV6_RECVORIGDSTADDR    IPV6_ORIGDSTADDR
 
 /*
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to