Merge pull request #16392 from y-bharath14/srib-yang-a

yang: Corrected range in yang file
This commit is contained in:
Donatas Abraitis 2024-07-19 23:46:49 -07:00 committed by GitHub
commit eb30bd3d00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ module frr-eigrpd {
typedef autonomous-system {
description "Administrative domain identification for a network";
type uint16 {
range 1..65535;
range "1..65535";
}
}