diff options
author | Martin Willi <martin@strongswan.org> | 2006-10-18 11:46:57 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-10-18 11:46:57 +0000 |
commit | 107936f55a0b49d84db0072c91aa87cb19476852 (patch) | |
tree | 256947d75248bd31a4cf4da3db8fb29eed3d5b84 /src/starter/args.c | |
parent | 60356f3375da67375e48691bb1d732c02d1681a1 (diff) | |
download | strongswan-107936f55a0b49d84db0072c91aa87cb19476852.tar.bz2 strongswan-107936f55a0b49d84db0072c91aa87cb19476852.tar.xz |
added charondebug config parameter to set debug level at startup
Diffstat (limited to 'src/starter/args.c')
-rw-r--r-- | src/starter/args.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/starter/args.c b/src/starter/args.c index a473cf639..5cf96abde 100644 --- a/src/starter/args.c +++ b/src/starter/args.c @@ -151,8 +151,9 @@ static const token_info_t token_info[] = { ARG_ENUM, offsetof(starter_config_t, setup.charonstart), LST_bool }, { ARG_ENUM, offsetof(starter_config_t, setup.plutostart), LST_bool }, - /* pluto keywords */ + /* pluto/charon keywords */ { ARG_LST, offsetof(starter_config_t, setup.plutodebug), LST_plutodebug }, + { ARG_STR, offsetof(starter_config_t, setup.charondebug), NULL }, { ARG_STR, offsetof(starter_config_t, setup.prepluto), NULL }, { ARG_STR, offsetof(starter_config_t, setup.postpluto), NULL }, { ARG_ENUM, offsetof(starter_config_t, setup.uniqueids), LST_bool }, |