* Added stricter check on schema-node identifier checking, such as for augments.

* These checks are now made at YANG loading time
This commit is contained in:
Olof hagsand 2020-09-29 20:53:24 +02:00
parent 101a8cb6e0
commit b3545871c0
8 changed files with 383 additions and 202 deletions

View file

@ -60,7 +60,7 @@ module B{
import A {
prefix "a";
}
augment "/a:x/ngrt:y" {
augment "/a:x/a:y" {
container z {
leaf w {
type string;