- works quite well now with ipsec.conf & ipsec starter

This commit is contained in:
Martin Willi
2006-03-20 15:43:26 +00:00
parent e8d25806f3
commit 87a217f9f1
22 changed files with 631 additions and 127 deletions
+5 -2
View File
@@ -30,10 +30,10 @@
typedef struct policy_store_t policy_store_t;
/**
* @brief The interface for a store of polcy_t's.
* @brief The interface for a store of policy_t's.
*
* @b Constructors:
* - policy_store_create()
* - stroke_create()
*
* @ingroup config
*/
@@ -42,6 +42,9 @@ struct policy_store_t {
/**
* @brief Returns a policy identified by two IDs.
*
* The returned policy gets created/cloned and therefore must be
* destroyed by the caller.
*
* @param this calling object
* @param my_id own ID of the policy
* @param other_id others ID of the policy