From 5f914c0eb1f34f923c5251126ed6a7d2c8663c0d Mon Sep 17 00:00:00 2001 From: Hans-Joerg Hoexer Date: Fri, 2 Jun 2006 05:59:32 +0000 Subject: allow to specify phase 1 and 2 lifetimes. Right now, these values can only be set globally (ie. Default-phase-[12]-lifetime). --- sbin/ipsecctl/ipsecctl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sbin/ipsecctl/ipsecctl.h') 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 * @@ -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; -- cgit v1.2.3