Use proper value for socket option on IPv6
Reported-by: ohartmann@walstatt.org
This commit is contained in:
parent
e97b60264d
commit
70d81c5e91
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user