mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 19:06:07 +00:00
Merge pull request #16392 from y-bharath14/srib-yang-a
yang: Corrected range in yang file
This commit is contained in:
commit
eb30bd3d00
@ -75,7 +75,7 @@ module frr-eigrpd {
|
|||||||
typedef autonomous-system {
|
typedef autonomous-system {
|
||||||
description "Administrative domain identification for a network";
|
description "Administrative domain identification for a network";
|
||||||
type uint16 {
|
type uint16 {
|
||||||
range 1..65535;
|
range "1..65535";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user