diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-28 21:16:07 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-28 21:16:07 +0200 |
commit | b34738ed08c2227300d554b139e2495ca5da97d6 (patch) | |
tree | 62f33b52820f2e49f0e53c0f8c636312037c8054 /src/starter/confread.h | |
parent | 0a9d51a49042a68daa15b0c74a2b7f152f52606b (diff) | |
download | vyos-strongswan-b34738ed08c2227300d554b139e2495ca5da97d6.tar.gz vyos-strongswan-b34738ed08c2227300d554b139e2495ca5da97d6.zip |
Imported Upstream version 4.6.4
Diffstat (limited to 'src/starter/confread.h')
-rw-r--r-- | src/starter/confread.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/starter/confread.h b/src/starter/confread.h index 4f9c5f7d0..9cb919ce5 100644 --- a/src/starter/confread.h +++ b/src/starter/confread.h @@ -20,7 +20,7 @@ #include <freeswan.h> #endif -#include "parser.h" +#include "ipsec-parser.h" #include "interfaces.h" typedef enum { @@ -66,6 +66,7 @@ struct starter_end { char *groups; char *cert_policy; char *iface; + char *host; ip_address addr; u_int ikeport; ip_address nexthop; @@ -143,6 +144,8 @@ struct starter_conn { dpd_action_t dpd_action; int dpd_count; + dpd_action_t close_action; + time_t inactivity; bool me_mediation; @@ -195,12 +198,12 @@ struct starter_config { char *plutostderrlog; bool uniqueids; u_int overridemtu; - u_int crlcheckinterval; + time_t crlcheckinterval; bool cachecrls; strict_t strictcrlpolicy; bool nocrsend; bool nat_traversal; - u_int keep_alive; + time_t keep_alive; u_int force_keepalive; char *virtual_private; char *pkcs11module; |