-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix a typo that might cause build break in PR #190 #200
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qiluo-msft
approved these changes
Jan 20, 2017
See #198 |
seiferteric
pushed a commit
to project-arlo/sonic-buildimage
that referenced
this pull request
Nov 25, 2019
* Update src/sonic-mgmt-framework from branch 'broadcom_sonic' to a076c54359e0d7599858191f2ed27b070a255049 - Merge "[JIRA SONIC-10470]merge sonic-mgmt-framework dell_sonic --> broadcom_sonic 11112019" into broadcom_sonic - [JIRA SONIC-10470]merge sonic-mgmt-framework dell_sonic --> broadcom_sonic 11112019 Change-Id: I1edf0fd6dafeb6ec03ae4d64ecc69eff37adc0df - Merge pull request sonic-net#200 from project-arlo/sonic-mgmt-errordb Add support for redis-ErrorDB to translib/db. - Fix syntax errors on Host service (sonic-net#255) - Add ErrorDB to translib/db. Add Publish operation to DB.
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
…-net#200) The current design set the SAI_ROUTE_ATTR_PACKET_ACTION to SAI_PACKET_ACTION_FORWARD every time the route is updated. This will generate double SET function calls. With this fix, the SAI_ROUTE_ATTR_PACKET_ACTION is only set to SAI_PACKET_ACTION_FORWARD when there was no next hop (dropped). Also update the default dropped routes to point to empty next hop object. Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
xumia
added a commit
to xumia/sonic-buildimage-1
that referenced
this pull request
Feb 16, 2021
vdahiya12
added a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Aug 25, 2021
This PR updates the following commits in sonic-platform-daemons e038bc2 [xcvrd] initial support for integrating vendor specfic class objects for calling Y-Cable API's inside xcvrd (sonic-net#197) 57e3d78 Fix issue#8230 (sonic-net#210) f63fc94 [thermalctld] Use interval set in thermal policy if available (sonic-net#164) 8b2227d [CI] Sum up Azp unit test code coverage (sonic-net#209) b880c48 [xrcvd]: Added unit test for sfp oir events (sonic-net#205) 4a32b5a [y-cable] fix for logging the xcvrd metrics before writing the state to the State-DB (sonic-net#208) 53e1532 (origin/shilong-test) Add str conversion for numeric xcvr info fields to xcvrd (sonic-net#200) 03a4add Introduce mgmtinit delay after transceiver module insertion (sonic-net#201) This PR updates the following commits in sonic-platform-common 0dc71c1 Add y-cable driver for simulated mux (sonic-net#213) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
5 tasks
vdahiya12
added a commit
that referenced
this pull request
Aug 30, 2021
This PR updates the following commits in sonic-platform-daemons e038bc2 [xcvrd] initial support for integrating vendor specfic class objects for calling Y-Cable API's inside xcvrd (#197) 57e3d78 Fix issue#8230 (#210) f63fc94 [thermalctld] Use interval set in thermal policy if available (#164) 8b2227d [CI] Sum up Azp unit test code coverage (#209) b880c48 [xrcvd]: Added unit test for sfp oir events (#205) 4a32b5a [y-cable] fix for logging the xcvrd metrics before writing the state to the State-DB (#208) 53e1532 (origin/shilong-test) Add str conversion for numeric xcvr info fields to xcvrd (#200) 03a4add Introduce mgmtinit delay after transceiver module insertion (#201) This PR updates the following commits in sonic-platform-common 0dc71c1 Add y-cable driver for simulated mux (#213) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jan 24, 2022
Converted nominal_bit_rate and cable_length fields from the sfp transceiver info dict into str in post_port_sfp_info_to_db. The documentation for get_transceiver_info in SfpBase indicates that these field values should be integers. However, only string values can be passed into swsscommon.FieldValuePairs. Therefore, a string conversion is needed.
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.