aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-07-18 16:19:31 +0200
committerTobias Brunner <tobias@strongswan.org>2012-12-19 11:23:52 +0100
commit31944a43668bc3a1a2e39e17a42bb9deededf388 (patch)
treecf08112a3063654d9cc863f2e59586495ea11ed1 /src
parent0ff8d20a89e50a386584a79424a4c04c5a6c1e95 (diff)
downloadstrongswan-31944a43668bc3a1a2e39e17a42bb9deededf388.tar.bz2
strongswan-31944a43668bc3a1a2e39e17a42bb9deededf388.tar.xz
stroke: Enable install_policy in add_connection()
Diffstat (limited to 'src')
-rw-r--r--src/stroke/stroke.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stroke/stroke.c b/src/stroke/stroke.c
index 5dae53ea2..e37a4150f 100644
--- a/src/stroke/stroke.c
+++ b/src/stroke/stroke.c
@@ -144,6 +144,7 @@ static int add_connection(char *name,
msg.add_conn.mode = 1;
msg.add_conn.mobike = 1;
msg.add_conn.dpd.action = 1;
+ msg.add_conn.install_policy = 1;
msg.add_conn.me.id = push_string(&msg, my_id);
msg.add_conn.me.address = push_string(&msg, my_addr);