Skip to content

Commit

Permalink
Changed min-links lower limit from 0 to 1
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Tryster <[email protected]>
  • Loading branch information
raphaelt-nvidia committed Jun 28, 2021
1 parent 49700c1 commit 2cd61b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sonic-yang-models/yang-models/sonic-portchannel.yang
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ module sonic-portchannel {

description "PORTCHANNEL yang Module for SONiC OS";

revision 2021-05-13 {
description "Change min-links valid range from 1-128 to 0-1024";
revision 2021-06-13 {
description "Change min-links valid range from 1-128 to 1-1024";
}

revision 2021-03-31 {
Expand Down Expand Up @@ -79,7 +79,7 @@ module sonic-portchannel {

leaf min_links {
type uint16 {
range 0..1024;
range 1..1024;
}
}

Expand Down

0 comments on commit 2cd61b8

Please sign in to comment.