Skip to content

Commit

Permalink
Merge pull request #16339 from y-bharath14/srib-topotest-g
Browse files Browse the repository at this point in the history
yang: Corrected typo at yang file
  • Loading branch information
ton31337 authored Jul 4, 2024
2 parents d4758b3 + bb637fd commit bfe000c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yang/frr-route-map.yang
Original file line number Diff line number Diff line change
Expand Up @@ -360,16 +360,16 @@ module frr-route-map {

case set-min-metric {
when "derived-from-or-self(../action, 'set-min-metric')";
choice minimun-metric-value {
choice minimum-metric-value {
description
"Mimimum metric to set or use";
"Minimum metric to set or use";
case min-metric {
leaf min-metric {
type uint32 {
range "0..4294967295";
}
description
"Use the following mimumn metric value";
"Use the following minimum metric value";
}
}
}
Expand Down

0 comments on commit bfe000c

Please sign in to comment.