Add the IPv6 versions of the multi-bind, hash/hash type and RSS options.

This commit is contained in:
Adrian Chadd 2014-07-12 05:44:16 +00:00
parent e989b65f79
commit 6e4405cee1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268560

View File

@ -481,6 +481,12 @@ struct route_in6 {
#define IPV6_BINDANY 64 /* bool: allow bind to any address */
#define IPV6_BINDMULTI 65 /* bool; allow multibind to same addr/port */
#define IPV6_RSS_LISTEN_BUCKET 66 /* int; set RSS listen bucket */
#define IPV6_FLOWID 67 /* int; flowid of given socket */
#define IPV6_FLOWTYPE 68 /* int; flowtype of given socket */
#define IPV6_RSSBUCKETID 69 /* int; RSS bucket ID of given socket */
/*
* The following option is private; do not use it from user applications.
* It is deliberately defined to the same value as IP_MSFILTER.