negated POLICY_REAUTH to POLICY_DONT_REAUTH
This commit is contained in:
@@ -504,6 +504,7 @@ const char *const sa_policy_bit_names[] = {
|
||||
"XAUTHPSK",
|
||||
"XAUTHRSASIG",
|
||||
"XAUTHSERVER",
|
||||
"DONTREAUTH",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user