Resolve hosts before reauthenticating due to address change.
This commit is contained in:
@@ -1815,6 +1815,8 @@ METHOD(ike_sa_t, roam, status_t,
|
|||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
}
|
}
|
||||||
DBG1(DBG_IKE, "reauthenticating IKE_SA due to address change");
|
DBG1(DBG_IKE, "reauthenticating IKE_SA due to address change");
|
||||||
|
/* since our previous path is not valid anymore, try and find a new one */
|
||||||
|
resolve_hosts(this);
|
||||||
return reauth(this);
|
return reauth(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user