respecting ipsec.conf cachecrls= option

This commit is contained in:
Martin Willi
2008-04-17 15:01:57 +00:00
parent 58126dd295
commit b360e3933d
10 changed files with 86 additions and 51 deletions
+7
View File
@@ -169,6 +169,8 @@ struct stroke_msg_t {
STR_DEL_CA,
/* set a log type to log/not log */
STR_LOGLEVEL,
/* configure global options for stroke */
STR_CONFIG,
/* list various objects */
STR_LIST,
/* reread various objects */
@@ -238,6 +240,11 @@ struct stroke_msg_t {
char *type;
int level;
} loglevel;
/* data for STR_CONFIG */
struct {
int cachecrl;
} config;
/* data for STR_LIST */
struct {