aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/constants.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-01-03 13:16:21 +0000
committerMartin Willi <martin@strongswan.org>2007-01-03 13:16:21 +0000
commitaf87afed474993d34b87ac09524bd8124704ca92 (patch)
treebc9f4c5b224b65e91afb02c2d69cec5f2516db9e /src/pluto/constants.h
parentf73d4c9eb091772e0f232cd8f07793422be60a37 (diff)
downloadstrongswan-af87afed474993d34b87ac09524bd8124704ca92.tar.bz2
strongswan-af87afed474993d34b87ac09524bd8124704ca92.tar.xz
added config option for BEET mode
Diffstat (limited to 'src/pluto/constants.h')
-rw-r--r--src/pluto/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/constants.h b/src/pluto/constants.h
index 3459a3b46..57e9cf93a 100644
--- a/src/pluto/constants.h
+++ b/src/pluto/constants.h
@@ -845,6 +845,7 @@ extern const char *prettypolicy(lset_t policy);
#define POLICY_XAUTH_RSASIG LELEM(19) /* do we support XAUTH????RSA? */
#define POLICY_XAUTH_SERVER LELEM(20) /* are we an XAUTH server? */
#define POLICY_DONT_REAUTH LELEM(21) /* don't reauthenticate on rekeying, IKEv2 only */
+#define POLICY_BEET LELEM(22) /* bound end2end tunnel, IKEv2 */
/* Any IPsec policy? If not, a connection description
* is only for ISAKMP SA, not IPSEC SA. (A pun, I admit.)