You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw the following when trying to start the clixon_backend in the main docker container:
Aug 21 20:08:43: yang_parse_filename /usr/local/share/clixon/clixon-lib@2019-06-05.yang
Aug 21 20:08:43: yang_spec_load_dir: 3081: Yang error: Yang module file revision and in yang does not match: /usr/local/share/clixon/clixon-lib@2019-06-05.yang vs 20190813: Invalid argument
Does the file need to be renamed? My temp workaround was
I see there is a failure on the revert of a new revision (the intended upgrade of clixon-lib was reverted), but the new revision date is kept.
That is an error, but strangely I do not see it in the CI logs at https://travis-ci.org/clicon/clixon (which run as containers)
I need to dig deeper.
(The fix will most probably be as you made, to include a new revision although with null changes from the old)
…with
RFC 8040 Sec 3.1
* non-pretty print remove all spaces, eg `{"operations":{"clixon-example:client-rpc":[null]`
* Replaced JSON `null` with `[null]` as proper empty JSON leaf/leaf-list encoding.
* [Cannot write to config using restconf example #91](#91)
* Updated restconf documentation (the example was wrong)
* [clixon-lib yang revision file name update #92](#92)
* Clixon-lib yang file had conflicting filename and internal yang revision.
* This was only detected in the use-case when a whole dir was loaded.
* Inserted sanity check in all yang parse routines.
* Committed updated clixon-lib yang file that triggered the error
I saw the following when trying to start the clixon_backend in the main docker container:
Does the file need to be renamed? My temp workaround was
The text was updated successfully, but these errors were encountered: