Added experimental reading of yang and xml-based config file.
This commit is contained in:
parent
a691124189
commit
e45e8da6d7
11 changed files with 167 additions and 42 deletions
|
|
@ -1,5 +1,8 @@
|
|||
/* include/clixon_config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* Clixon data dir for system yang files etc */
|
||||
#undef CLIXON_DATADIR
|
||||
|
||||
/* Clixon major release */
|
||||
#undef CLIXON_VERSION_MAJOR
|
||||
|
||||
|
|
|
|||
|
|
@ -52,4 +52,4 @@ int strverscmp (__const char *__s1, __const char *__s2);
|
|||
/* Hash for XML trees list entries
|
||||
* Experimental
|
||||
*/
|
||||
#define XML_CHILD_HASH 0
|
||||
#define XML_CHILD_HASH 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue