vici: Enable IKE fragmentation by default
This commit is contained in:
@@ -1980,7 +1980,7 @@ CALLBACK(config_sn, bool,
|
|||||||
.send_cert = CERT_SEND_IF_ASKED,
|
.send_cert = CERT_SEND_IF_ASKED,
|
||||||
.version = IKE_ANY,
|
.version = IKE_ANY,
|
||||||
.remote_port = IKEV2_UDP_PORT,
|
.remote_port = IKEV2_UDP_PORT,
|
||||||
.fragmentation = FRAGMENTATION_NO,
|
.fragmentation = FRAGMENTATION_YES,
|
||||||
.unique = UNIQUE_NO,
|
.unique = UNIQUE_NO,
|
||||||
.keyingtries = 1,
|
.keyingtries = 1,
|
||||||
.rekey_time = LFT_UNDEFINED,
|
.rekey_time = LFT_UNDEFINED,
|
||||||
|
|||||||
@@ -139,12 +139,12 @@ connections.<conn>.dpd_timeout = 0s
|
|||||||
checking. For compatibility reasons, with IKEv1 a custom interval may be
|
checking. For compatibility reasons, with IKEv1 a custom interval may be
|
||||||
specified; this option has no effect on connections using IKE2.
|
specified; this option has no effect on connections using IKE2.
|
||||||
|
|
||||||
connections.<conn>.fragmentation = no
|
connections.<conn>.fragmentation = yes
|
||||||
Use IKE UDP datagram fragmentation. (_yes_, _no_ or _force_).
|
Use IKE UDP datagram fragmentation. (_yes_, _no_ or _force_).
|
||||||
|
|
||||||
Use IKE fragmentation (proprietary IKEv1 extension or RFC 7383 IKEv2
|
Use IKE fragmentation (proprietary IKEv1 extension or RFC 7383 IKEv2
|
||||||
fragmentation). Acceptable values are _yes_, _force_ and _no_ (the
|
fragmentation). Acceptable values are _yes_ (the default), _force_ and
|
||||||
default). Fragmented IKE messages sent by a peer are always accepted
|
_no_. Fragmented IKE messages sent by a peer are always accepted
|
||||||
irrespective of the value of this option. If set to _yes_, and the peer
|
irrespective of the value of this option. If set to _yes_, and the peer
|
||||||
supports it, oversized IKE messages will be sent in fragments. If set to
|
supports it, oversized IKE messages will be sent in fragments. If set to
|
||||||
_force_ (only supported for IKEv1) the initial IKE message will already
|
_force_ (only supported for IKEv1) the initial IKE message will already
|
||||||
|
|||||||
Reference in New Issue
Block a user