Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yang: Corrected typo at yang file #16339

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading