diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-01-12 11:58:26 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-12 11:58:26 +0100 |
commit | 21235e1ec247b1d1bd58096f72d4f0dc21cec66f (patch) | |
tree | 97f8ee3441c0c2ec6c3318a4b02b836a4edf91ab /src/libcharon/plugins/maemo/maemo_service.c | |
parent | 54a1a75b2f5f3a9419eb5c18c07173827d5c9b39 (diff) | |
parent | f31b418094f2f9deb9a69244bf01e8d5dd4c3337 (diff) | |
download | strongswan-21235e1ec247b1d1bd58096f72d4f0dc21cec66f.tar.bz2 strongswan-21235e1ec247b1d1bd58096f72d4f0dc21cec66f.tar.xz |
Merge branch 'ikev1-fragmentation'
This adds support for the proprietary IKEv1 fragmentation extension.
Conflicts:
NEWS
Diffstat (limited to 'src/libcharon/plugins/maemo/maemo_service.c')
-rw-r--r-- | src/libcharon/plugins/maemo/maemo_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/maemo/maemo_service.c b/src/libcharon/plugins/maemo/maemo_service.c index dca01fbaa..806e4cd65 100644 --- a/src/libcharon/plugins/maemo/maemo_service.c +++ b/src/libcharon/plugins/maemo/maemo_service.c @@ -325,7 +325,7 @@ static gboolean initiate_connection(private_maemo_service_t *this, ike_cfg = ike_cfg_create(IKEV2, TRUE, FALSE, "0.0.0.0", FALSE, charon->socket->get_port(charon->socket, FALSE), - hostname, FALSE, IKEV2_UDP_PORT); + hostname, FALSE, IKEV2_UDP_PORT, FRAGMENTATION_NO); ike_cfg->add_proposal(ike_cfg, proposal_create_default(PROTO_IKE)); peer_cfg = peer_cfg_create(this->current, ike_cfg, |