diff options
-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; |