[network-manager-libreswan/lr/main-mode: 4/5] service: always set modecfgpull=yes



commit fa7fc65ad032027a69d1a3b5cd13680feb92a8f7
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Thu Jan 21 21:48:16 2016 +0100

    service: always set modecfgpull=yes

 common/utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/common/utils.c b/common/utils.c
index eff64fb..1af8558 100644
--- a/common/utils.c
+++ b/common/utils.c
@@ -130,6 +130,7 @@ nm_libreswan_config_write (gint fd,
        write_config_option (fd, " remote_peer_type=cisco\n");
        write_config_option (fd, " rightxauthserver=yes\n");
        write_config_option (fd, " rightmodecfgserver=yes\n");
+       write_config_option (fd, " modecfgpull=yes\n");
 
        phase1_alg_str = nm_setting_vpn_get_data_item (s_vpn, NM_LIBRESWAN_IKE);
        if (!phase1_alg_str || !strlen (phase1_alg_str))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]