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
module A {
container foo {
list bar {
leaf baz {
type boolean;
}
leaf quux {
type string;
}
}
}
}
If you generate a yin file from the yang module + deviations module, quux is deleted (correct) but baz is missing a config false; statement (incorrect).
The text was updated successfully, but these errors were encountered:
If you have a deviation like this:
For a module like this:
If you generate a yin file from the yang module + deviations module, quux is deleted (correct) but baz is missing a
config false;
statement (incorrect).The text was updated successfully, but these errors were encountered: