Skip to content

Commit

Permalink
change uint16 to uint8 in YANG model
Browse files Browse the repository at this point in the history
  • Loading branch information
BYGX-wcr committed Dec 4, 2024
1 parent 633fae3 commit c6f49cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/srv6/sonic-srv6.yang
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,31 @@ module sonic-srv6 {
}

leaf block_len {
type uint16 {
type uint8 {
range "1..128";
}

default 32;
}

leaf node_len {
type uint16 {
type uint8 {
range "1..128";
}

default 16;
}

leaf func_len {
type uint16 {
type uint8 {
range "1..128";
}

default 16;
}

leaf arg_len {
type uint16 {
type uint8 {
range "1..128";
}

Expand Down

0 comments on commit c6f49cb

Please sign in to comment.