connection name to IKE_SA initiating
This commit is contained in:
@@ -722,7 +722,7 @@ static status_t build_r(private_child_create_t *this, message_t *message)
|
||||
|
||||
build_payloads(this, message);
|
||||
|
||||
SIG(CHILD_UP_SUCCESS, "CHILD_SA %s established successfully",
|
||||
SIG(CHILD_UP_SUCCESS, "CHILD_SA '%s' established successfully",
|
||||
this->child_sa->get_name(this->child_sa));
|
||||
|
||||
return SUCCESS;
|
||||
|
||||
@@ -226,7 +226,8 @@ static status_t build_i(private_ike_init_t *this, message_t *message)
|
||||
status_t status;
|
||||
|
||||
this->config = this->ike_sa->get_ike_cfg(this->ike_sa);
|
||||
SIG(IKE_UP_START, "initiating IKE_SA to %H",
|
||||
SIG(IKE_UP_START, "initiating IKE_SA '%s' to %H",
|
||||
this->ike_sa->get_name(this->ike_sa),
|
||||
this->config->get_other_host(this->config));
|
||||
this->ike_sa->set_state(this->ike_sa, IKE_CONNECTING);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user