mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 12:16:46 +00:00
Merge pull request #7346 from opensourcerouting/leafref-circular-chain
yang: fix circular chain of leafrefs
This commit is contained in:
commit
6e0e273504
@ -275,7 +275,7 @@ module frr-nexthop {
|
|||||||
description
|
description
|
||||||
"List of nexthop groups, each contains group of nexthops";
|
"List of nexthop groups, each contains group of nexthops";
|
||||||
leaf name {
|
leaf name {
|
||||||
type nexthop-group-ref;
|
type string;
|
||||||
description
|
description
|
||||||
"The nexthop-group name.";
|
"The nexthop-group name.";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user