svn commit: r313530 - head/sys/netinet6

Ermal Luçi eri at FreeBSD.org
Fri Feb 10 06:20:29 UTC 2017


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: ohartmann at walstatt.org

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
 
 /*


More information about the svn-src-head mailing list