yumapro
24.10-2
YumaPro SDK
|
NMDA protcol oprtations for NETCONF. More...
Functions | |
status_t | agt_nmda_init (void) |
Initialize the NMDA modules. More... | |
status_t | agt_nmda_init2 (void) |
NMDA init phase 2. More... | |
void | agt_nmda_cleanup (void) |
Cleanup the NMDA Module. More... | |
boolean | agt_nmda_test_filters (xml_msg_hdr_t *mhdr, val_value_t *node) |
NMDA check pre-condition filters. More... | |
status_t | y_ietf_netconf_nmda_init (const xmlChar *modname, const xmlChar *revision) |
Phase 1 module init. More... | |
status_t | y_ietf_netconf_nmda_init2 (void) |
Phase 2 initialization. More... | |
void | y_ietf_netconf_nmda_cleanup (void) |
cleanup the server instrumentation library More... | |
NMDA protcol oprtations for NETCONF.
Supports <get-data> operation.
void agt_nmda_cleanup | ( | void | ) |
Cleanup the NMDA Module.
Called by the server during shutdown.
status_t agt_nmda_init | ( | void | ) |
Initialize the NMDA modules.
Called after the CLI parameters are set and before any load-config
status_t agt_nmda_init2 | ( | void | ) |
NMDA init phase 2.
boolean agt_nmda_test_filters | ( | xml_msg_hdr_t * | mhdr, |
val_value_t * | node | ||
) |
NMDA check pre-condition filters.
mhdr | XML header from rpc_msg_t in progress |
node | value node to check |
void y_ietf_netconf_nmda_cleanup | ( | void | ) |
cleanup the server instrumentation library
Called by the server during shutdown.
status_t y_ietf_netconf_nmda_init | ( | const xmlChar * | modname, |
const xmlChar * | revision | ||
) |
Phase 1 module init.
Initialize the ietf-netconf-nmda server instrumentation library
modname | requested module name |
revision | requested version (NULL for any) |
status_t y_ietf_netconf_nmda_init2 | ( | void | ) |
Phase 2 initialization.
SIL init phase 2: non-config data structures. Called after running config is loaded