diff options
author | priyanka <none@none> | 2005-12-12 15:24:29 -0800 |
---|---|---|
committer | priyanka <none@none> | 2005-12-12 15:24:29 -0800 |
commit | 43d18f1c320355e93c47399bea0b2e022fe06364 (patch) | |
tree | b34f2864b862c5ac66d6014d591939f3e9f6704d /usr/src/uts/common/netinet | |
parent | 8fbd927ce8f563deec0dfab8fbb461dd1bfff20c (diff) | |
download | illumos-joyent-43d18f1c320355e93c47399bea0b2e022fe06364.tar.gz |
PSARC 2005/603 IP_NEXTHOP socket option
6264845 Need Policy Based Routing support in Solaris
Diffstat (limited to 'usr/src/uts/common/netinet')
-rw-r--r-- | usr/src/uts/common/netinet/in.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/netinet/in.h b/usr/src/uts/common/netinet/in.h index 6e7f4066bb..7bed8be4b9 100644 --- a/usr/src/uts/common/netinet/in.h +++ b/usr/src/uts/common/netinet/in.h @@ -807,7 +807,8 @@ struct sockaddr_in6 { #define IP_BLOCK_SOURCE 0x15 /* block mcast pkts from source */ #define IP_UNBLOCK_SOURCE 0x16 /* unblock mcast pkts from source */ #define IP_ADD_SOURCE_MEMBERSHIP 0x17 /* add mcast group/source pair */ -#define IP_DROP_SOURCE_MEMBERSHIP 0x18 /* drop mcast gruop/source pair */ +#define IP_DROP_SOURCE_MEMBERSHIP 0x18 /* drop mcast group/source pair */ +#define IP_NEXTHOP 0x19 /* send directly to next hop */ #if !defined(_XPG4_2) || defined(__EXTENSIONS__) /* |