Replaced strchr with nodeid_split

Experimental code for replacing identityref lists with module:id instead of prefix:id
This commit is contained in:
Olof hagsand 2019-07-10 17:18:34 +02:00
parent bb04f778ab
commit e44685a100
13 changed files with 348 additions and 182 deletions

View file

@ -48,3 +48,9 @@
*/
#define USE_NETCONF_NS_AS_DEFAULT
/* Use modulename:id instead of prefix:id in derived identityref list
* Modulenames are global/canonical but prefixes are not.
* Experimental since there is some mapping between prefixes and module names
* that needs to be done
*/
#undef USE_IDREF_LIST_MODULE