summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2014-07-17 05:45:54 +0000
committeradrian <adrian@FreeBSD.org>2014-07-17 05:45:54 +0000
commit0e45eb31ff5365243a7b27d57c6f11f2b51fca4e (patch)
tree772ef494482e3be685870691340cabdcfc2a2911
parent940bebdcf294d984483cd61b6d4a88977fea6f75 (diff)
downloadFreeBSD-src-0e45eb31ff5365243a7b27d57c6f11f2b51fca4e.zip
FreeBSD-src-0e45eb31ff5365243a7b27d57c6f11f2b51fca4e.tar.gz
Oops - somehow I missed the IP option numbers clashing with the multicast
numbers below. Move them to a new set of non-clashing numbers.
-rw-r--r--sys/netinet/in.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 79c6995..254401f 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -470,10 +470,6 @@ __END_DECLS
#define IP_MINTTL 66 /* minimum TTL for packet or drop */
#define IP_DONTFRAG 67 /* don't fragment packet */
#define IP_RECVTOS 68 /* bool; receive IP TOS w/dgram */
-#define IP_FLOWID 69 /* get flow id for the given socket/inp */
-#define IP_FLOWTYPE 70 /* get flow type (M_HASHTYPE) */
-/* 71 - XXX was IP_RSSCPUID - can recycle whenever */
-#define IP_RSSBUCKETID 72 /* get RSS flowid -> bucket mapping */
/* IPv4 Source Filter Multicast API [RFC3678] */
#define IP_ADD_SOURCE_MEMBERSHIP 70 /* join a source-specific group */
@@ -492,6 +488,11 @@ __END_DECLS
#define MCAST_BLOCK_SOURCE 84 /* block a source */
#define MCAST_UNBLOCK_SOURCE 85 /* unblock a source */
+/* Flow and RSS definitions */
+#define IP_FLOWID 90 /* get flow id for the given socket/inp */
+#define IP_FLOWTYPE 91 /* get flow type (M_HASHTYPE) */
+#define IP_RSSBUCKETID 92 /* get RSS flowid -> bucket mapping */
+
/*
* Defaults and limits for options
*/
OpenPOWER on IntegriCloud