diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-02 05:59:32 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-02 05:59:32 +0000 |
commit | 5f914c0eb1f34f923c5251126ed6a7d2c8663c0d (patch) | |
tree | ed2fb03d3cbcb65638b066a806553fd6c9892616 /sbin/ipsecctl/ipsecctl.h | |
parent | ad578685d095c60c83441c0b5e2a4fd1e9d18f35 (diff) |
allow to specify phase 1 and 2 lifetimes. Right now, these values
can only be set globally (ie. Default-phase-[12]-lifetime).
Diffstat (limited to 'sbin/ipsecctl/ipsecctl.h')
-rw-r--r-- | sbin/ipsecctl/ipsecctl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/ipsecctl/ipsecctl.h b/sbin/ipsecctl/ipsecctl.h index c5c0e5ab7bd..c17c7c59905 100644 --- a/sbin/ipsecctl/ipsecctl.h +++ b/sbin/ipsecctl/ipsecctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecctl.h,v 1.46 2006/06/02 04:51:55 hshoexer Exp $ */ +/* $OpenBSD: ipsecctl.h,v 1.47 2006/06/02 05:59:31 hshoexer Exp $ */ /* * Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * @@ -169,7 +169,9 @@ struct ipsec_rule { struct ike_auth *ikeauth; struct ipsec_transforms *xfs; struct ipsec_transforms *mmxfs; + struct ipsec_life *mmlife; struct ipsec_transforms *qmxfs; + struct ipsec_life *qmlife; struct ipsec_key *authkey; struct ipsec_key *enckey; |