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_SUBSYS_TIMEOUT (const xmlChar *)"subsys-timeout" 131 boolean *no_watcher);
148 extern const xmlChar *
Multiple instances are not supported.
Definition: agt.h:766
const xmlChar * agt_cli_get_confspec(void)
Retrieve the config file used or NULL if none.
Definition: agt_cli.c:3530
Value Node Basic Support.
void agt_cli_cleanup(void)
Cleanup the module static data.
Definition: agt_cli.c:3542
val_value_t * agt_cli_get_valset(void)
Retrieve the command line parameter set from boot time.
Definition: agt_cli.c:3515
one value to match one type
Definition: val.h:870
status_t
global error return code
Definition: status_enum.h:186
Multi-Protocol Network Management Server.
Global error messages for status code enumerations.
YANG help text support for CLI Print help text for various templates.
help_mode_t
modes to match the keywords brief, normal, full
Definition: help.h:84
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:2896