67#define AGT_CLI_MODULE (const xmlChar *)"netconfd-pro"
68#define AGT_CLI_CONTAINER (const xmlChar *)"netconfd-pro"
70#define AGT_CLI_RUNNING_ERROR (const xmlChar *)"running-error"
71#define AGT_CLI_STARTUP_ERROR (const xmlChar *)"startup-error"
72#define AGT_CLI_STARTUP_STOP (const xmlChar *)"stop"
73#define AGT_CLI_STARTUP_CONTINUE (const xmlChar *)"continue"
74#define AGT_CLI_STARTUP_FALLBACK (const xmlChar *)"fallback"
76#define AGT_CLI_DELETE_EMPTY_NPCONTAINERS \
77 (const xmlChar *)"delete-empty-npcontainers"
79#define AGT_CLI_SUPERUSER NCX_EL_SUPERUSER
81#define AGT_CLI_MAX_BURST NCX_EL_MAX_BURST
83#define AGT_CLI_MAX_SESSIONS (const xmlChar *)"max-sessions"
85#define AGT_CLI_MAX_CLI_SESSIONS (const xmlChar *)"max-cli-sessions"
87#define AGT_CLI_MAX_USER_SESSIONS (const xmlChar *)"max-user-sessions"
89#define AGT_CLI_MAX_PER_USER_SESSIONS (const xmlChar *)"max-per-user-sessions"
91#define AGT_CLI_SUBSYS_TIMEOUT (const xmlChar *)"subsys-timeout"
135 boolean *no_watcher);
152extern const xmlChar *
Multi-Protocol Network Management Server.
val_value_t * agt_cli_get_valset(void)
Retrieve the command line parameter set from boot time.
Definition: agt_cli.c:4049
void agt_cli_cleanup(void)
Cleanup the module static data.
Definition: agt_cli.c:4077
const xmlChar * agt_cli_get_confspec(void)
Retrieve the config file used or NULL if none.
Definition: agt_cli.c:4065
status_t agt_cli_process_input(int argc, char *argv[], agt_profile_t *agt_profile, boolean *showver, help_mode_t *showhelpmode, boolean *no_watcher)
Process the param line parameters against the hardwired parmset for the netconfd program.
Definition: agt_cli.c:3286
status_t
global error return code
Definition: status_enum.h:210
help_mode_t
modes to match the keywords brief, normal, full
Definition: help.h:84
YANG help text support for CLI Print help text for various templates.
Global error messages for status code enumerations.
Multiple instances are not supported.
Definition: agt.h:879
one value to match one type
Definition: val.h:912
Value Node Basic Support.