| 
    libosmovty 1.11.0.52-28973f
    
   Osmocom VTY library 
   | 
 
Host configuration variable. More...
#include <command.h>
Data Fields | |
| char * | name | 
| Host name of this router.  More... | |
| char * | password | 
| Password for vty interface.  More... | |
| char * | password_encrypt | 
| char * | enable | 
| Enable password.  More... | |
| char * | enable_encrypt | 
| int | lines | 
| System wide terminal lines.  More... | |
| char * | logfile | 
| Log filename.  More... | |
| char * | config | 
| config file name of this host  More... | |
| int | advanced | 
| Flags for services.  More... | |
| int | encrypt | 
| const char * | motd | 
| Banner configuration.  More... | |
| char * | motdfile | 
| const struct vty_app_info * | app_info | 
| VTY application information.  More... | |
Host configuration variable.
| int host::advanced | 
Flags for services.
Referenced by config_write_host(), DEFUN(), vty_auth(), and vty_create().
| const struct vty_app_info* host::app_info | 
VTY application information.
Referenced by cmd_flag_mask(), DEFUN(), node_flag_mask(), print_attr_list(), print_version(), talloc_ctx_walk(), vty_dump_element(), vty_go_parent(), vty_hello(), vty_init(), vty_prompt(), and write_config_file().
| char* host::config | 
config file name of this host
Referenced by ALIAS(), cmd_init(), DEFUN(), host_config_file(), host_config_set(), and osmo_vty_save_config_file().
| char* host::enable | 
Enable password.
Referenced by ALIAS(), cmd_init(), config_write_host(), DEFUN(), and vty_auth().
| char* host::enable_encrypt | 
Referenced by ALIAS(), config_write_host(), DEFUN(), and vty_auth().
| int host::encrypt | 
Referenced by ALIAS(), config_write_host(), DEFUN(), and vty_auth().
| int host::lines | 
System wide terminal lines.
Referenced by cmd_init(), config_write_host(), DEFUN(), and vty_create().
| char* host::logfile | 
Log filename.
Referenced by cmd_init().
| const char* host::motd | 
Banner configuration.
Referenced by cmd_init(), config_write_host(), DEFUN(), and vty_hello().
| char* host::motdfile | 
Referenced by cmd_init(), config_write_host(), DEFUN(), and vty_hello().
| char* host::name | 
Host name of this router.
Referenced by cmd_init(), config_write_host(), and DEFUN().
| char* host::password | 
Password for vty interface.
Referenced by cmd_init(), config_write_host(), DEFUN(), vty_auth(), and vty_create().
| char* host::password_encrypt | 
Referenced by config_write_host(), DEFUN(), vty_auth(), and vty_create().