From 18e2b6a995cfbfdca5bb2377a94640514993bd9b Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 14 Dec 2001 19:34:42 +0000 Subject: [PATCH] o Add definition for IPOPT_CIPSO, the commercial security IP option number. Submitted by: Ilmar S. Habibulin Obtained from: TrustedBSD Project --- sys/netinet/ip.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h index 7f92ba7986f..2b615e66148 100644 --- a/sys/netinet/ip.h +++ b/sys/netinet/ip.h @@ -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 */