removed NAT_TRAVERSAL and VIRTUAL_IP compile options

This commit is contained in:
Andreas Steffen
2006-07-07 05:50:02 +00:00
parent ad3dab0520
commit dc33fee770
21 changed files with 197 additions and 481 deletions
+2 -4
View File
@@ -201,7 +201,7 @@ struct state
unsigned int st_iv_len;
unsigned int st_new_iv_len;
unsigned int st_ph1_iv_len;
chunk_t st_enc_key; /* Oakley Encryption key */
struct event *st_event; /* backpointer for certain events */
@@ -212,11 +212,9 @@ struct state
bool vars_set;
bool started;
} st_modecfg;
#ifdef NAT_TRAVERSAL
u_int32_t nat_traversal;
ip_address nat_oa;
#endif
/* RFC 3706 Dead Peer Detection */
bool st_dpd; /* Peer supports DPD */