cosmetics
This commit is contained in:
@@ -135,7 +135,7 @@ static void log_child_sa(FILE *out, child_sa_t *child_sa, bool all)
|
|||||||
ntohl(child_sa->get_spi(child_sa, TRUE)),
|
ntohl(child_sa->get_spi(child_sa, TRUE)),
|
||||||
ntohl(child_sa->get_spi(child_sa, FALSE)));
|
ntohl(child_sa->get_spi(child_sa, FALSE)));
|
||||||
|
|
||||||
/* Is IPcomp installed ? */
|
/* Is IPCOMP activated ? */
|
||||||
if (my_cpi && other_cpi)
|
if (my_cpi && other_cpi)
|
||||||
{
|
{
|
||||||
fprintf(out, ", IPCOMP CPIs: %.4x_i %.4x_o",
|
fprintf(out, ", IPCOMP CPIs: %.4x_i %.4x_o",
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ struct child_sa_t {
|
|||||||
* Get the CPI of this CHILD_SA.
|
* Get the CPI of this CHILD_SA.
|
||||||
*
|
*
|
||||||
* Set the boolean parameter inbound to TRUE to
|
* Set the boolean parameter inbound to TRUE to
|
||||||
* get the SPI for which we receive packets, use
|
* get the CPI for which we receive packets, use
|
||||||
* FALSE to get those we use for sending packets.
|
* FALSE to get those we use for sending packets.
|
||||||
*
|
*
|
||||||
* @param inbound TRUE to get inbound CPI, FALSE for outbound.
|
* @param inbound TRUE to get inbound CPI, FALSE for outbound.
|
||||||
|
|||||||
Reference in New Issue
Block a user