aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-11-11 07:28:52 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-11-11 07:28:52 +0000
commitc117f24e61a204b1de6f784f174ae290f1876021 (patch)
treee5f06cde6d09c214bfe89d7441fef655c2bfcaaa /src
parente0316183f8eedd9887c836cccad3688844978da9 (diff)
downloadstrongswan-c117f24e61a204b1de6f784f174ae290f1876021.tar.bz2
strongswan-c117f24e61a204b1de6f784f174ae290f1876021.tar.xz
renamed proxy to proxy_mode in stroke_msg.h
Diffstat (limited to 'src')
-rw-r--r--src/charon/plugins/stroke/stroke_config.c2
-rw-r--r--src/starter/starterstroke.c2
-rw-r--r--src/stroke/stroke_msg.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/charon/plugins/stroke/stroke_config.c b/src/charon/plugins/stroke/stroke_config.c
index d4ab691bd..cb91ecb72 100644
--- a/src/charon/plugins/stroke/stroke_config.c
+++ b/src/charon/plugins/stroke/stroke_config.c
@@ -775,7 +775,7 @@ static child_cfg_t *build_child_cfg(private_stroke_config_t *this,
msg->add_conn.rekey.margin * msg->add_conn.rekey.fuzz / 100,
msg->add_conn.me.updown, msg->add_conn.me.hostaccess,
msg->add_conn.mode, dpd, dpd, msg->add_conn.ipcomp);
- child_cfg->set_mipv6_options(child_cfg, msg->add_conn.proxy,
+ child_cfg->set_mipv6_options(child_cfg, msg->add_conn.proxy_mode,
msg->add_conn.install_policy);
add_ts(this, &msg->add_conn.me, child_cfg, TRUE);
add_ts(this, &msg->add_conn.other, child_cfg, FALSE);
diff --git a/src/starter/starterstroke.c b/src/starter/starterstroke.c
index 0fe87dfc5..bc29e7442 100644
--- a/src/starter/starterstroke.c
+++ b/src/starter/starterstroke.c
@@ -252,7 +252,7 @@ int starter_stroke_add_conn(starter_config_t *cfg, starter_conn_t *conn)
else if (conn->policy & POLICY_PROXY)
{
msg.add_conn.mode = XFRM_MODE_TRANSPORT;
- msg.add_conn.proxy = TRUE;
+ msg.add_conn.proxy_mode = TRUE;
}
else
{
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h
index a5fe17df6..59fa109a6 100644
--- a/src/stroke/stroke_msg.h
+++ b/src/stroke/stroke_msg.h
@@ -212,8 +212,8 @@ struct stroke_msg_t {
int mobike;
int force_encap;
int ipcomp;
+ int proxy_mode;
int install_policy;
- int proxy;
crl_policy_t crl_policy;
int unique;