configure version major/minor derived from git
Remove compile-time COMPAT_6_5 and IDENTITYREF_KLUDGE
This commit is contained in:
parent
7aac03ba5e
commit
3e07a1d279
12 changed files with 23 additions and 119 deletions
|
|
@ -291,8 +291,6 @@ yang2cli_var_identityref(yang_stmt *ys,
|
|||
if (nodeid_split(cv_name_get(cv), &prefix, &id) < 0)
|
||||
goto done;
|
||||
/* Translate from module-name(prefix) to global prefix
|
||||
* This is really a kludge for true identityref prefix handling
|
||||
* IDENTITYREF_KLUDGE
|
||||
* This is actually quite complicated: the cli needs to generate
|
||||
* a netconf statement with correct xmlns binding
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue