implemented IKE_SA uniqueness using ipsec.conf uniqueids paramater

additionally supports a "keep" value to keep the old IKE_SA
This commit is contained in:
Martin Willi
2008-04-14 13:23:24 +00:00
parent a593db5d35
commit 0644ebd3de
11 changed files with 197 additions and 9 deletions
+1
View File
@@ -198,6 +198,7 @@ struct stroke_msg_t {
int mobike;
int force_encap;
crl_policy_t crl_policy;
int unique;
struct {
char *ike;
char *esp;