Skip to content

Commit

Permalink
Merge pull request #16392 from y-bharath14/srib-yang-a
Browse files Browse the repository at this point in the history
yang: Corrected range in yang file
  • Loading branch information
ton31337 authored Jul 20, 2024
2 parents 9de961d + 8e5e19b commit eb30bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yang/frr-eigrpd.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}

Expand Down

0 comments on commit eb30bd3

Please sign in to comment.