vty: Register logging_set_log_level_cmd

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2009-12-24 16:48:33 +01:00 committed by Harald Welte
parent 7de67960e7
commit b6c273e9e3
1 changed files with 1 additions and 0 deletions

View File

@ -1797,6 +1797,7 @@ int bsc_vty_init(struct gsm_network *net)
install_element(VIEW_NODE, &logging_prnt_timestamp_cmd);
install_element(VIEW_NODE, &logging_set_category_mask_cmd);
install_element(VIEW_NODE, &logging_level_cmd);
install_element(VIEW_NODE, &logging_set_log_level_cmd);
install_element(CONFIG_NODE, &cfg_net_cmd);
install_node(&net_node, config_write_net);