diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-15 14:15:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-15 14:15:42 +0000 |
commit | 893ba3a842c40c7f5d6f9f14837e0d432dd7767f (patch) | |
tree | b143d604f311079eb8a3f83241ef170196a8f67a /sys/netinet/ip_ipsp.h | |
parent | 7bdb8bc6dd617efd36012f956c9992b1cfa8e85c (diff) |
From angelos@, edits by me, demand keying for PF_KEY
Diffstat (limited to 'sys/netinet/ip_ipsp.h')
-rw-r--r-- | sys/netinet/ip_ipsp.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h index 7c256a5767c..54164a7fd89 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.38 1999/07/06 20:17:52 cmetz Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.39 1999/07/15 14:15:41 niklas Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -99,6 +99,11 @@ union sockaddr_union #define AH_RMD160_ALEN 20 #define AH_ALEN_MAX 20 /* Keep updated */ +/* Reserved SPI numbers */ +#define SPI_LOCAL_USE 0 +#define SPI_RESERVED_MIN 1 +#define SPI_RESERVED_MAX 255 + struct sockaddr_encap { u_int8_t sen_len; /* length */ |