mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
name the created CHILD_SA
This commit is contained in:
parent
74ca038e93
commit
883c1e3084
@ -843,7 +843,8 @@ static status_t get_response(private_create_child_sa_t *this, message_t *request
|
||||
}
|
||||
else
|
||||
{
|
||||
SIG(CHILD_UP_SUCCESS, "CHILD_SA created");
|
||||
SIG(CHILD_UP_SUCCESS, "CHILD_SA '%s' created",
|
||||
this->policy->get_name(this->policy));
|
||||
}
|
||||
return SUCCESS;
|
||||
}
|
||||
@ -1039,7 +1040,8 @@ static status_t conclude(private_create_child_sa_t *this, message_t *response,
|
||||
}
|
||||
else
|
||||
{
|
||||
SIG(CHILD_UP_SUCCESS, "CHILD_SA created");
|
||||
SIG(CHILD_UP_SUCCESS, "CHILD_SA '%s' created",
|
||||
this->policy->get_name(this->policy));
|
||||
}
|
||||
if (this->lost)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user