-
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
Update APT package lists before first attempt to install #241
Merged
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
lguohan
approved these changes
Feb 2, 2017
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
…ommands if flag is passed (sonic-net#241)
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
…#241) Issue: sonic-net/SONiC#22 Issue was observed only when setting IP address via ifconfig command. Caused by ifconfig command behavior: first it sets IP address with netmask /8 and then changes netmask to specified in command. Problem is not observed when set IP address with "ip addr" command. Introduced overlaps variable to check if the newly set IP prefix has any overhaps with the current IP prefixes and wait until there is no overlaps at all.
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
* [pfcwd]: Add support to poll queue attr in syncd * update as comments * remove extra empty line
lguohan
pushed a commit
that referenced
this pull request
Dec 3, 2021
c2aac75 [SFP-Refactor] Fix LP mode API issue (#247) dba17c8 Firmware upgrade CLI support for QSFP-DD transceivers (#244) cd69212 [SFP-Refactor] Implement CMIS Low Power mode (#237) 9cea07f Fix RegGroupField decode (#245) 6ae1909 Add CMIS QSFP support (#246) c1f317d Gracefully handle CMIS APIs for passive modules (#238) ec7335d fix for firmware functions (#243) cf2ebe9 Fix RegBitField decode/encode (#242) ef4f2c6 Fix SFP_CABLE_TECH_FIELD (#240) e118644 remove time counting message in functions because function running time could be difficult to predict in unit tests (#241) Signed-off-by: Prince George <[email protected]>
abdosi
pushed a commit
that referenced
this pull request
Dec 8, 2021
c2aac75 [SFP-Refactor] Fix LP mode API issue (#247) dba17c8 Firmware upgrade CLI support for QSFP-DD transceivers (#244) cd69212 [SFP-Refactor] Implement CMIS Low Power mode (#237) 9cea07f Fix RegGroupField decode (#245) 6ae1909 Add CMIS QSFP support (#246) c1f317d Gracefully handle CMIS APIs for passive modules (#238) ec7335d fix for firmware functions (#243) cf2ebe9 Fix RegBitField decode/encode (#242) ef4f2c6 Fix SFP_CABLE_TECH_FIELD (#240) e118644 remove time counting message in functions because function running time could be difficult to predict in unit tests (#241) Signed-off-by: Prince George <[email protected]>
SuvarnaMeenakshi
pushed a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Mar 16, 2022
- What I did In the TRANSCEIVER_INFO table of STATE_DB, the key of transceiver reversion was changed from "hardware_rev" to "vendor_rev", detail info please refer to PR sonic-net/sonic-platform-daemons#231 RFC2737 implementation needs to be updated with the new key name in order to get the correct info from the state DB - How I did it Update the key name from "hardware_rev" to "vendor_rev", update the unit test cases. - How to verify it Run the community SNMP test. - Description for the changelog
6 tasks
snider-nokia
pushed a commit
to snider-nokia/sonic-buildimage
that referenced
this pull request
Apr 6, 2023
…me could be difficult to predict in unit tests (sonic-net#241)
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Apr 28, 2023
…net#241) * [max6620] Backport max6620 hwmon driver to linux version 5.10 Signed-off-by: Arun Saravanan Balachandran <[email protected]> * Add upstream commit URL
mssonicbld
added a commit
that referenced
this pull request
Jun 15, 2024
…lly (#19296) #### Why I did it src/sonic-gnmi ``` * 5357f93 - (HEAD -> master, origin/master, origin/HEAD) Fix yang validation (#244) (19 hours ago) [ganglv] * 20aba13 - Improve GNMI incremental config and add unit test for BGP (#239) (2 days ago) [ganglv] * f0d0959 - Merge pull request #241 from liuh-80/dev/liuh/add_gnmi_cert_name (2 days ago) [Hua Liu] |\ | failure_prs.log 9b65bde - Merge branch 'master' into dev/liuh/add_gnmi_cert_name (2 days ago) [Hua Liu] | |\ | |/ |/| * | 424212b - Add aaa ut (#222) (2 days ago) [ganglv] / * 90322b3 - Revert unecessary change (10 days ago) [liuh-80] * b7abf5a - Fix comments (10 days ago) [liuh-80] * f47be1c - Update server_test.go (11 days ago) [Hua Liu] * 0ae9398 - Fix test case (12 days ago) [liuh-80] * d305bca - Fix build issue (12 days ago) [liuh-80] * 518b332 - Merge remote-tracking branch 'origin/master' into dev/liuh/add_gnmi_cert_name (12 days ago) [liuh-80] * 0d30cfc - Fix yang issue (12 days ago) [liuh-80] * f2882dd - Add cert role mapping (12 days ago) [liuh-80] * 3ee207a - Update server_test.go (2 weeks ago) [Hua Liu] * 0f211bf - Update server_test.go (2 weeks ago) [Hua Liu] * 6b85507 - Improve coverage (2 weeks ago) [liuh-80] * ec096c3 - Fix split method (2 weeks ago) [liuh-80] * 43e7a43 - Improve code (2 weeks ago) [liuh-80] * 7c4b830 - Improve code (3 weeks ago) [liuh-80] * b998f4e - Improve code (3 weeks ago) [liuh-80] * 795a52b - Improve code (3 weeks ago) [liuh-80] * 08571e3 - Add cert authorization with common name support (3 weeks ago) [liuh-80] ``` #### How I did it #### How to verify it #### Description for the changelog
arun1355492
pushed a commit
to arun1355492/sonic-buildimage
that referenced
this pull request
Jul 26, 2024
…lly (sonic-net#19296) #### Why I did it src/sonic-gnmi ``` * 5357f93 - (HEAD -> master, origin/master, origin/HEAD) Fix yang validation (sonic-net#244) (19 hours ago) [ganglv] * 20aba13 - Improve GNMI incremental config and add unit test for BGP (sonic-net#239) (2 days ago) [ganglv] * f0d0959 - Merge pull request sonic-net#241 from liuh-80/dev/liuh/add_gnmi_cert_name (2 days ago) [Hua Liu] |\ | failure_prs.log 9b65bde - Merge branch 'master' into dev/liuh/add_gnmi_cert_name (2 days ago) [Hua Liu] | |\ | |/ |/| * | 424212b - Add aaa ut (sonic-net#222) (2 days ago) [ganglv] / * 90322b3 - Revert unecessary change (10 days ago) [liuh-80] * b7abf5a - Fix comments (10 days ago) [liuh-80] * f47be1c - Update server_test.go (11 days ago) [Hua Liu] * 0ae9398 - Fix test case (12 days ago) [liuh-80] * d305bca - Fix build issue (12 days ago) [liuh-80] * 518b332 - Merge remote-tracking branch 'origin/master' into dev/liuh/add_gnmi_cert_name (12 days ago) [liuh-80] * 0d30cfc - Fix yang issue (12 days ago) [liuh-80] * f2882dd - Add cert role mapping (12 days ago) [liuh-80] * 3ee207a - Update server_test.go (2 weeks ago) [Hua Liu] * 0f211bf - Update server_test.go (2 weeks ago) [Hua Liu] * 6b85507 - Improve coverage (2 weeks ago) [liuh-80] * ec096c3 - Fix split method (2 weeks ago) [liuh-80] * 43e7a43 - Improve code (2 weeks ago) [liuh-80] * 7c4b830 - Improve code (3 weeks ago) [liuh-80] * b998f4e - Improve code (3 weeks ago) [liuh-80] * 795a52b - Improve code (3 weeks ago) [liuh-80] * 08571e3 - Add cert authorization with common name support (3 weeks ago) [liuh-80] ``` #### How I did it #### How to verify it #### Description for the changelog
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.