mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
ike: IKE_SA may fragment IKEv2 messages
This commit is contained in:
parent
7a53fe5511
commit
1446fd8ac9
@ -1015,7 +1015,7 @@ METHOD(ike_sa_t, generate_message_fragmented, status_t,
|
||||
status_t status;
|
||||
bool use_frags = FALSE;
|
||||
|
||||
if (this->ike_cfg && this->version == IKEV1)
|
||||
if (this->ike_cfg)
|
||||
{
|
||||
switch (this->ike_cfg->fragmentation(this->ike_cfg))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user