Skip to content
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
merged 2 commits into from
Feb 2, 2017

Conversation

jleveque
Copy link
Contributor

@jleveque jleveque commented Feb 2, 2017

No description provided.

@jleveque jleveque merged commit 4cd3d31 into master Feb 2, 2017
@jleveque jleveque deleted the jolevequ/dhcp_relay_docker branch February 2, 2017 19:12
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this pull request Sep 12, 2019
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 <prgeor@microsoft.com>
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 <prgeor@microsoft.com>
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
snider-nokia pushed a commit to snider-nokia/sonic-buildimage that referenced this pull request Apr 6, 2023
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 <Arun_Saravanan_Balac@dell.com>

* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants