aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starterwhack.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-10-25 08:40:34 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-10-25 08:40:34 +0000
commit0e4d1d05ad29ea86f29d94741ec9d7f24fcdf955 (patch)
tree441e862a875fb4219d8c6e24e0c3e7c9ea3da19e /src/starter/starterwhack.c
parentb701b7895b280eb1f6949eb4bc9a45b89e6e9976 (diff)
downloadstrongswan-0e4d1d05ad29ea86f29d94741ec9d7f24fcdf955.tar.bz2
strongswan-0e4d1d05ad29ea86f29d94741ec9d7f24fcdf955.tar.xz
added 'modeconfig=pull|push' and 'left|rightnatip' keywords
Diffstat (limited to 'src/starter/starterwhack.c')
-rw-r--r--src/starter/starterwhack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/starterwhack.c b/src/starter/starterwhack.c
index 0b37ab742..e837f156d 100644
--- a/src/starter/starterwhack.c
+++ b/src/starter/starterwhack.c
@@ -167,6 +167,7 @@ set_whack_end(whack_end_t *w, starter_end_t *end)
w->has_client_wildcard = end->has_client_wildcard;
w->has_port_wildcard = end->has_port_wildcard;
w->has_srcip = end->has_srcip;
+ w->has_natip = end->has_natip;
w->modecfg = end->modecfg;
w->hostaccess = end->hostaccess;
w->sendcert = end->sendcert;