diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-27 07:24:04 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-27 07:24:04 +0000 |
commit | e168ee1785eff740af1e5b6db635bdc7bda010fa (patch) | |
tree | 5db6ebde12654e76be5171548db8334791dcb896 /Source/charon/daemon.h | |
parent | 108b489f88ae4388c1eada3dfe8cceaba6adde85 (diff) | |
download | strongswan-e168ee1785eff740af1e5b6db635bdc7bda010fa.tar.bz2 strongswan-e168ee1785eff740af1e5b6db635bdc7bda010fa.tar.xz |
- add connection names to connections
- stroke status / ipsec status shows them
- added statusall for stroke
- added status by connection name
- some tests repaired, more to come
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index 037f40cc5..5aee21fdb 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -207,21 +207,21 @@ * * @ingroup charon */ -#define IPSEC_DIR "/etc/ipsec.d/" +#define IPSEC_DIR "/etc/ipsec.d" /** * Directory for private keys * * @ingroup charon */ -#define PRIVATE_KEY_DIR IPSEC_DIR "private/" +#define PRIVATE_KEY_DIR IPSEC_DIR "/private" /** * Directory for trusted certificates * * @ingroup charon */ -#define CERTIFICATE_DIR IPSEC_DIR "certs/" +#define CERTIFICATE_DIR IPSEC_DIR "/certs" typedef struct daemon_t daemon_t; |