* 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:
parent
101a8cb6e0
commit
b3545871c0
8 changed files with 383 additions and 202 deletions
|
|
@ -30,6 +30,9 @@ cat <<EOF > $ydir/moda.yang
|
|||
module moda{
|
||||
namespace "urn:example:a";
|
||||
prefix a;
|
||||
import modb {
|
||||
prefix b;
|
||||
}
|
||||
container x1{
|
||||
description "list with single string key";
|
||||
list y{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue