diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2014-02-14 09:00:04 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2014-02-14 09:00:04 +0000 |
commit | f4e9a9ffa848780f796a2edef5fa8e2d43dcecff (patch) | |
tree | 712e5771110f6982e21a8f8bc7369a74c3ddec28 /sbin/iked/ikev2.h | |
parent | bc74558dd64e1cf7d15e7047cddaf618301aa4ea (diff) |
initial support for IPComp
still experimental and rekeying needs some work; ok mikeb@
Diffstat (limited to 'sbin/iked/ikev2.h')
-rw-r--r-- | sbin/iked/ikev2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/iked/ikev2.h b/sbin/iked/ikev2.h index 439e8ab38b6..e8dbf7b5d76 100644 --- a/sbin/iked/ikev2.h +++ b/sbin/iked/ikev2.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ikev2.h,v 1.12 2013/03/30 16:31:37 reyk Exp $ */ +/* $OpenBSD: ikev2.h,v 1.13 2014/02/14 09:00:03 markus Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -125,6 +125,7 @@ struct ikev2_sa_proposal { #define IKEV2_SAPROTO_ESP 3 /* ESP */ #define IKEV2_SAPROTO_FC_ESP_HEADER 4 /* RFC4595 */ #define IKEV2_SAPROTO_FC_CT_AUTH 5 /* RFC4595 */ +#define IKEV2_SAPROTO_IPCOMP 204 /* private, should be 4 */ extern struct iked_constmap ikev2_saproto_map[]; |