negated POLICY_REAUTH to POLICY_DONT_REAUTH

This commit is contained in:
Andreas Steffen
2006-12-21 20:05:49 +00:00
parent fb34660632
commit 6b50ddfa0d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -844,7 +844,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 */
#define POLICY_DONT_REAUTH LELEM(21) /* don't reauthenticate on rekeying, IKEv2 only */
/* Any IPsec policy? If not, a connection description
* is only for ISAKMP SA, not IPSEC SA. (A pun, I admit.)