experimental P2P-NAT-T for IKEv2 merged back from branch

This commit is contained in:
Tobias Brunner
2007-10-03 15:10:41 +00:00
parent 99670c3714
commit d5cc175833
41 changed files with 5114 additions and 31 deletions
+5
View File
@@ -200,6 +200,11 @@ struct stroke_msg_t {
time_t delay;
int action;
} dpd;
struct {
int mediation;
char *mediated_by;
char *peerid;
} p2p;
stroke_end_t me, other;
} add_conn;