Use proper value for socket option on IPv6

Reported-by: ohartmann@walstatt.org
This commit is contained in:
Ermal Luçi 2017-02-10 06:20:27 +00:00
parent e97b60264d
commit 70d81c5e91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313530

View File

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