Skip to content

Commit

Permalink
[DPB] update yang model, add autoneg to sonic-port
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytroxshevchuk committed Dec 10, 2020
1 parent 31ce20a commit 70ce71e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sonic-yang-models/yang-models/sonic-port.yang
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ module sonic-port{
pattern "on|off";
}
}

leaf autoneg {
type uint16 {
range 0..256;
}
}
} /* end of list PORT_LIST */

} /* end of container PORT */
Expand Down

0 comments on commit 70ce71e

Please sign in to comment.