diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-30 00:10:18 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-30 00:10:18 +0200 |
commit | 4761efdb43aa128fa0326963d88debe8fb942c84 (patch) | |
tree | 483e33ce446335643fc4f83148a386df87b47e4d /conf | |
parent | 26eee1c33ac90ccbc5753afac06d34980fade2b8 (diff) | |
download | bird-4761efdb43aa128fa0326963d88debe8fb942c84.tar bird-4761efdb43aa128fa0326963d88debe8fb942c84.zip |
Tracing of CLI connections/commands can be now controlled
by `debug commands <level>' in the configuration. Level 0 means
no tracing, 1 means connections only, 2 includes all commands.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/conf.h b/conf/conf.h index dbc747d..b8bfd94 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -23,6 +23,7 @@ struct config { struct rtable_config *master_rtc; /* Configuration of master routing table */ u32 router_id; /* Our Router ID */ unsigned int proto_default_debug; /* Default protocol debug mask */ + int cli_debug; /* Tracing of CLI connections and commands */ char *err_msg; /* Parser error message */ int err_lino; /* Line containing error */ char *file_name; /* Name of configuration file */ |