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
The leaf-list key is quoted even though it's an uint8. The leaf node is not quoted.
Example: { "key1": { "1": { "config": { "id": 1 << not quoted. }, "id": "1" << quoted. },
Corrosponding model: grouping radio-common-config { description "Configuration items common to all Radio interfaces, independent of frequency";
leaf id { type uint8; description "Unique ID of the radio."; }
container radios { description "Top level container for radios, including configuration and state data.";
list radio { key "id"; description "The list of radios on the device."; leaf id { type leafref { path "../config/id"; }
The text was updated successfully, but these errors were encountered:
Yes. Same issue hit in Openconfig VLAN as well + for leaf-ref also.
Sorry, something went wrong.
xavier-contreras
No branches or pull requests
The leaf-list key is quoted even though it's an uint8. The leaf node is not quoted.
Example:
{
"key1": {
"1": {
"config": {
"id": 1 << not quoted.
},
"id": "1" << quoted.
},
Corrosponding model:
grouping radio-common-config {
description
"Configuration items common to all Radio interfaces, independent
of frequency";
container radios {
description
"Top level container for radios, including configuration
and state data.";
The text was updated successfully, but these errors were encountered: