yumapro  25.10-4
YumaPro SDK
Loading...
Searching...
No Matches
NMDA Support

Factory Default Datastore Supports "<factory-reset>" operation. More...

Collaboration diagram for NMDA Support:

Functions

void agt_factory_register_cb (agt_factory_reset_fn_t cbfn)
 Register a factory-reset callback function. More...
 
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...
 

Detailed Description

Factory Default Datastore Supports "<factory-reset>" operation.

NMDA protocol operations for NETCONF.

Supports <get-data> operation.

Function Documentation

◆ agt_factory_register_cb()

void agt_factory_register_cb ( agt_factory_reset_fn_t  cbfn)

Register a factory-reset callback function.

  • Only 1 callback supported
  • OK for SIL only
    Parameters
    cbfncallback function to register

◆ agt_nmda_cleanup()

void agt_nmda_cleanup ( void  )

Cleanup the NMDA Module.

Called by the server during shutdown.

Here is the call graph for this function:

◆ agt_nmda_init()

status_t agt_nmda_init ( void  )

Initialize the NMDA modules.

Called after the CLI parameters are set and before any load-config

Returns
status
Here is the call graph for this function:
Here is the caller graph for this function:

◆ agt_nmda_init2()

status_t agt_nmda_init2 ( void  )

NMDA init phase 2.

Returns
status
Here is the call graph for this function:
Here is the caller graph for this function:

◆ agt_nmda_test_filters()

boolean agt_nmda_test_filters ( xml_msg_hdr_t mhdr,
val_value_t node 
)

NMDA check pre-condition filters.

Parameters
mhdrXML header from rpc_msg_t in progress
nodevalue node to check
Returns
TRUE to print this node; FALSE to skip
Here is the call graph for this function:

◆ y_ietf_netconf_nmda_cleanup()

void y_ietf_netconf_nmda_cleanup ( void  )

cleanup the server instrumentation library

Called by the server during shutdown.

Here is the caller graph for this function:

◆ y_ietf_netconf_nmda_init()

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

Parameters
modnamerequested module name
revisionrequested version (NULL for any)
Returns
error status
Here is the call graph for this function:
Here is the caller graph for this function:

◆ y_ietf_netconf_nmda_init2()

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

Returns
error status
Here is the caller graph for this function: