We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is the test yang file:
module unigw { ... list test0 { key name; leaf name { type string; } } ... }
In cli when input set test0 a,b, will get following error:
set test0 a,b
root@localhost.localdomain /> set test0 a,b Mar 8 15:21:56: cli_dbxml: 286: Config error: api-path syntax error "/unigw:test0=%s/": rpc malformed-message List key test0 length mismatch : Invalid argument Config error: api-path syntax error "/unigw:test0=%s/": rpc malformed-message List key test0 length mismatch : Invalid argument root@localhost.localdomain />
The text was updated successfully, but these errors were encountered:
* Fixed: [comma in yang list name will lead to cli setting error #186](…
608f298
…#186)
Fixed by above patch. URI encoding problems. Please verify.
Sorry, something went wrong.
No branches or pull requests
Here is the test yang file:
In cli when input
set test0 a,b
, will get following error:The text was updated successfully, but these errors were encountered: