added 'modeconfig=pull|push' and 'left|rightnatip' keywords

This commit is contained in:
Andreas Steffen
2006-10-25 08:40:34 +00:00
parent b701b7895b
commit 0e4d1d05ad
5 changed files with 35 additions and 1 deletions
+1
View File
@@ -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;