- policies contain a connections name now
- used for initiate and delete - connections won't get initiated twice anymore - deleting of connections is now possible, which allows us to use ipsec update and ipsec reload
This commit is contained in:
@@ -338,8 +338,8 @@ int main (int argc, char **argv)
|
||||
if (starter_pluto_pid())
|
||||
{
|
||||
starter_whack_del_conn(conn);
|
||||
conn->state = STATE_TO_ADD;
|
||||
}
|
||||
conn->state = STATE_TO_ADD;
|
||||
}
|
||||
}
|
||||
for (ca = cfg->ca_first; ca; ca = ca->next)
|
||||
|
||||
Reference in New Issue
Block a user