Skip to content

Commit

Permalink
Fix the port index range in sonic_port.yang (sonic-net#30)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenggen Xu <[email protected]>
  • Loading branch information
zhenggen-xu authored Jan 16, 2020
1 parent 9f344c5 commit 3f5c359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-yang-mgmt/yang-models/sonic-port.yang
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module sonic-port{

leaf index {
type uint8 {
range 1..128;
range 0..256;
}
}

Expand Down

0 comments on commit 3f5c359

Please sign in to comment.