yumapro
24.10-2
YumaPro SDK
|
NETCONF Server Configuration File Handling. More...
Go to the source code of this file.
Typedefs | |
typedef status_t(* | agt_conf_write_fn_t) (FILE *conf_file, void *cookie) |
conf file writer function callback More... | |
Functions | |
status_t | agt_conf_load_files (const xmlChar *conf_filespec, val_value_t *valset, const xmlChar *conf_dirspec, boolean *skip_def_confdir) |
Default main loaded first: /etc/yumapro/netconfd-pro.conf. More... | |
status_t | agt_conf_create_file (const xmlChar *confname, const xmlChar *revision, agt_conf_write_fn_t conf_write_fn, void *cookie) |
Create a module or bundle config in the confdir. More... | |
status_t | agt_conf_delete_file (const xmlChar *confname, const xmlChar *revision) |
Delete a module or bundle config in the confdir. More... | |
status_t | agt_conf_test_write_file (const xmlChar *confname, const xmlChar *revision) |
Test Append a conf dir. More... | |
NETCONF Server Configuration File Handling.