Merge pull request #7346 from opensourcerouting/leafref-circular-chain

yang: fix circular chain of leafrefs
This commit is contained in:
Russ White 2020-10-20 07:22:39 -04:00 committed by GitHub
commit 6e0e273504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,7 +275,7 @@ module frr-nexthop {
description
"List of nexthop groups, each contains group of nexthops";
leaf name {
type nexthop-group-ref;
type string;
description
"The nexthop-group name.";
}