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

[Daemon-base] fix load board class of eeprom module issue #2666

Merged
merged 1 commit into from
Mar 18, 2019
Merged

[Daemon-base] fix load board class of eeprom module issue #2666

merged 1 commit into from
Mar 18, 2019

Conversation

keboliu
Copy link
Collaborator

@keboliu keboliu commented Mar 13, 2019

- What I did
fix issue in function "load_platform_util".
unlike PSU or SFP, 'board' class init function of 'eeprom' module need 5 parameters, current implementation only cover PSU and SFP which require 1 parameter.

- How I did it
Add judgment in function "load_platform_util" for eeprom module to pass extra parameters.

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

@liat-grozovik liat-grozovik merged commit cfbc817 into sonic-net:master Mar 18, 2019
@keboliu keboliu deleted the daemon-base-fix branch March 23, 2019 02:20
prabhataravind added a commit to prabhataravind/sonic-buildimage that referenced this pull request Mar 8, 2023
* Include the following commits:
  - a21b160 [202012][orchagent]: Handle duplicate routes in a graceful manner (sonic-net#2666)
  - 1540161 [bfdorch] add default TOS value for BFD packet (sonic-net#2692)
  - 860430c [ci] run apt-get update before apt-get install (sonic-net#2686)

Signed-off-by: Prabhat Aravind <paravind@microsoft.com>
prsunny pushed a commit that referenced this pull request Mar 8, 2023
* Include the following commits:
  - a21b160 [202012][orchagent]: Handle duplicate routes in a graceful manner (#2666)
  - 1540161 [bfdorch] add default TOS value for BFD packet (#2692)
  - 860430c [ci] run apt-get update before apt-get install (#2686)
dprital added a commit to dprital/sonic-buildimage that referenced this pull request Jun 5, 2023
Update sonic-utilities submodule pointer to include the following:
* 5c9b2177 Fix issue: out of range sflow polling interval is accepted and stored in config_db ([sonic-net#2847](sonic-net/sonic-utilities#2847))
* 72ca4848 Add CLI configuration options for teamd retry count feature ([sonic-net#2642](sonic-net/sonic-utilities#2642))
* 359dfc0c [Clock] Implement clock CLI ([sonic-net#2793](sonic-net/sonic-utilities#2793))
* b316fc27 Add transceiver status CLI to show output from TRANSCEIVER_STATUS table ([sonic-net#2772](sonic-net/sonic-utilities#2772))
* dc59dbd2 Replace pickle by json ([sonic-net#2849](sonic-net/sonic-utilities#2849))
* a66f41c4 [show] replace shell=True, replace xml by lxml, replace exit by sys.exit ([sonic-net#2666](sonic-net/sonic-utilities#2666))
* 57500572 [utilities_common] replace shell=True ([sonic-net#2718](sonic-net/sonic-utilities#2718))
* 6e0ee3e7 [CRM][DASH] Extend CRM utility to support DASH resources. ([sonic-net#2800](sonic-net/sonic-utilities#2800))
* b2c29b0b [config] Generate sysinfo in single asic ([sonic-net#2856](sonic-net/sonic-utilities#2856))

Signed-off-by: dprital <drorp@nvidia.com>
github-actions bot pushed a commit to liushilongbuaa/sonic-buildimage that referenced this pull request Aug 29, 2023
* Include the following commits:
  - a21b160 [202012][orchagent]: Handle duplicate routes in a graceful manner (sonic-net#2666)
  - 1540161 [bfdorch] add default TOS value for BFD packet (sonic-net#2692)
  - 860430c [ci] run apt-get update before apt-get install (sonic-net#2686)
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.

3 participants