added support for "ike" and "esp" keywords
fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
This commit is contained in:
@@ -302,6 +302,7 @@ static status_t get_spi(private_kernel_interface_t *this,
|
||||
else
|
||||
{
|
||||
*spi = response->sa.id.spi;
|
||||
this->logger->log(this->logger, CONTROL|LEVEL1, "SPI is 0x%x", *spi);
|
||||
}
|
||||
free(response);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user