Openconfig yang specs parsed: https://github.com/openconfig/public
This commit is contained in:
parent
4303406957
commit
56da97cb5b
6 changed files with 1065 additions and 893 deletions
|
|
@ -2412,7 +2412,7 @@ yang_abs_schema_nodeid(yang_spec *yspec,
|
|||
}
|
||||
/* split <prefix>:<id> */
|
||||
if ((id = strchr(vec[1], ':')) == NULL){ /* no prefix */
|
||||
clicon_log(LOG_WARNING, "%s: Absolute schema nodeid must have prefix", __FUNCTION__);
|
||||
clicon_log(LOG_WARNING, "%s: Absolute schema nodeid %s must have prefix", __FUNCTION__, schema_nodeid);
|
||||
goto ok;
|
||||
}
|
||||
if ((prefix = strdup(vec[1])) == NULL){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue