diff options
author | Martin Willi <martin@strongswan.org> | 2006-12-19 07:30:07 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-12-19 07:30:07 +0000 |
commit | 6fe03b0af0b77c1f2ad6c94eef2cf4ce20f71e77 (patch) | |
tree | 4938eac185daf23e490cd8e5893a6a5dcbfbb79c /src/pluto/constants.h | |
parent | 4986554f1a30d70ccb0d060be77367119561a383 (diff) | |
download | strongswan-6fe03b0af0b77c1f2ad6c94eef2cf4ce20f71e77.tar.bz2 strongswan-6fe03b0af0b77c1f2ad6c94eef2cf4ce20f71e77.tar.xz |
implemented reauthentication using the new reauth=yes|no parameter
Diffstat (limited to 'src/pluto/constants.h')
-rw-r--r-- | src/pluto/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/constants.h b/src/pluto/constants.h index 080953c8c..9ff74a469 100644 --- a/src/pluto/constants.h +++ b/src/pluto/constants.h @@ -834,6 +834,7 @@ extern const char *prettypolicy(lset_t policy); #define POLICY_XAUTH_PSK LELEM(18) /* do we support XAUTH????PreShared? */ #define POLICY_XAUTH_RSASIG LELEM(19) /* do we support XAUTH????RSA? */ #define POLICY_XAUTH_SERVER LELEM(20) /* are we an XAUTH server? */ +#define POLICY_REAUTH LELEM(21) /* reauthenticate on rekeying, IKEv2 */ /* Any IPsec policy? If not, a connection description * is only for ISAKMP SA, not IPSEC SA. (A pun, I admit.) |