Skip to content

Commit

Permalink
yang: Corrected range in yang file
Browse files Browse the repository at this point in the history
Corrected range in yang file

Signed-off-by: y-bharath14 <[email protected]>
  • Loading branch information
y-bharath14 committed Jul 19, 2024
1 parent 3929f84 commit 8e5e19b
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 8e5e19b

Please sign in to comment.