Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -2091,7 +2091,7 @@ METHOD(kernel_ipsec_t, add_sa, status_t,
|
|||||||
* checks it marks them "checksum ok" so OA isn't needed. */
|
* checks it marks them "checksum ok" so OA isn't needed. */
|
||||||
|
|
||||||
/* if the remote port is set to 0 for UDP-encapsulated per-CPU SAs, we
|
/* if the remote port is set to 0 for UDP-encapsulated per-CPU SAs, we
|
||||||
* increase the treshold for mapping changes as it gets otherwise
|
* increase the threshold for mapping changes as it gets otherwise
|
||||||
* triggered with every packet */
|
* triggered with every packet */
|
||||||
if (data->inbound && !id->src->get_port(id->src) &&
|
if (data->inbound && !id->src->get_port(id->src) &&
|
||||||
!add_uint32(hdr, sizeof(request), XFRMA_MTIMER_THRESH, UINT32_MAX))
|
!add_uint32(hdr, sizeof(request), XFRMA_MTIMER_THRESH, UINT32_MAX))
|
||||||
|
|||||||
@@ -1016,7 +1016,7 @@ proposal_t *proposal_create(protocol_id_t protocol, uint8_t number)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add supporte KE methods to proposal
|
* Add supported KE methods to proposal
|
||||||
*/
|
*/
|
||||||
static void add_supported_ke_methods(private_proposal_t *this)
|
static void add_supported_ke_methods(private_proposal_t *this)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
A trap policy on gateway <b>sun</b> will trigger SAs to gateway <b>moon</b>
|
A trap policy on gateway <b>sun</b> will trigger SAs to gateway <b>moon</b>
|
||||||
that connec the subnets behind the two gateways. Based on the received traffic
|
that connect the subnets behind the two gateways. Based on the received traffic
|
||||||
selector from the triggering packet, gateway <b>moon</b> narrows down the
|
selector from the triggering packet, gateway <b>moon</b> narrows down the
|
||||||
traffic selectors to one of two options.
|
traffic selectors to one of two options.
|
||||||
Subsequent pings issued by client <b>bob</b> behind gateway <b>sun</b> to
|
Subsequent pings issued by client <b>bob</b> behind gateway <b>sun</b> to
|
||||||
|
|||||||
Reference in New Issue
Block a user