o Add definition for IPOPT_CIPSO, the commercial security IP option

number.

Submitted by:	Ilmar S. Habibulin <ilmar@watson.org>
Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2001-12-14 19:34:42 +00:00
parent aa1f5daa31
commit 18e2b6a995
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87917

View File

@ -125,6 +125,7 @@ struct ip {
#define IPOPT_TS 68 /* timestamp */
#define IPOPT_SECURITY 130 /* provide s,c,h,tcc */
#define IPOPT_LSRR 131 /* loose source route */
#define IPOPT_CIPSO 134 /* commerical security */
#define IPOPT_SATID 136 /* satnet id */
#define IPOPT_SSRR 137 /* strict source route */
#define IPOPT_RA 148 /* router alert */