yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
agt_conf.h File Reference

NETCONF Server Configuration File Handling. More...

#include <stdio.h>
#include <xmlstring.h>
#include "val.h"
#include "status_enum.h"
Include dependency graph for agt_conf.h:

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...
 

Detailed Description

NETCONF Server Configuration File Handling.