diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-12-06 10:31:55 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-12-06 10:31:55 +0000 |
commit | f87e5dd98ce6b7ffbec60edbce9b75cc61e5d639 (patch) | |
tree | 77518521633a0a9dae19f6ffb8ad3a620f3089b9 /src/pluto/state.h | |
parent | 3347bb2306c8ea6e63bdfe227415bd24018b187c (diff) | |
download | strongswan-f87e5dd98ce6b7ffbec60edbce9b75cc61e5d639.tar.bz2 strongswan-f87e5dd98ce6b7ffbec60edbce9b75cc61e5d639.tar.xz |
XAUTH support
Diffstat (limited to 'src/pluto/state.h')
-rw-r--r-- | src/pluto/state.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pluto/state.h b/src/pluto/state.h index 6271378ef..2c34fc94b 100644 --- a/src/pluto/state.h +++ b/src/pluto/state.h @@ -213,6 +213,11 @@ struct state bool started; } st_modecfg; + struct { + int attempt; + bool started; + } st_xauth; + u_int32_t nat_traversal; ip_address nat_oa; |