Allow responder to use ike_mobike_t.roam.
After getting a response the responder updates the IPsec SAs.
This commit is contained in:
@@ -543,7 +543,13 @@ METHOD(task_t, process_i, status_t,
|
|||||||
}
|
}
|
||||||
if (this->update)
|
if (this->update)
|
||||||
{
|
{
|
||||||
/* start the update with the same task */
|
if (!this->ike_sa->has_condition(this->ike_sa,
|
||||||
|
COND_ORIGINAL_INITIATOR))
|
||||||
|
{
|
||||||
|
update_children(this);
|
||||||
|
return SUCCESS;
|
||||||
|
}
|
||||||
|
/* original initiator starts the update with the same task */
|
||||||
this->check = FALSE;
|
this->check = FALSE;
|
||||||
this->address = FALSE;
|
this->address = FALSE;
|
||||||
if (this->natd)
|
if (this->natd)
|
||||||
|
|||||||
Reference in New Issue
Block a user