-
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 quagga #194
Merged
Merged
Update quagga #194
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 18, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please wait build check finished.
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
…et#194) * [orchagent]: Add query of NUMBER_OF_ECMP_GROUPS in routeorch Instead of using the default value of 128, query the switch first to get the NUMBER_OF_ECMP_GROUPS and use this value as the maximum supported number of next hop groups. If the query fails, the default value of 128 will be used. Also fix the corner case by changing '>' to '>=' when checking the number of next hop groups.
monaliusa
pushed a commit
to monaliusa/sonic-buildimage
that referenced
this pull request
Aug 7, 2020
[device/platform] Implement xcvr insert/remove event on questone2bd
xumia
pushed a commit
to xumia/sonic-buildimage-1
that referenced
this pull request
Feb 16, 2021
This commit adds Sonic Jenkins build support for platforms based on the Marvell ARMv7 32-bit (armhf) SOC and a Marvell Datapath ASIC.
4 tasks
qiluo-msft
pushed a commit
that referenced
this pull request
Jun 18, 2021
Updates sonic-platform-daemons submodule. Includes the following commits: ``` eb8a223 [xcvrd] Force cleanup of chassis global variable on deinit (#193) a6903c0 [CI] sonic-config-engine now depends on SONiC YANG packages (#194) bf60a27 Replace swsssdk.SonicV2Connector with swsscommon implementation (#191) ```
jleveque
pushed a commit
that referenced
this pull request
Jun 18, 2021
7670b49 [sonic_platform/sfp_base] Add common definition for get SFP error status (#194) 1336598 [CI] sonic-config-engine now depends on SONiC YANG packages (#198) f57fee4 Add to check pcie configuration revision to get the right configuration. (#195) 4e3a0a0 Fix typo for midplane APIs. (#196) fc2e9e2 [eeprom_tlv_info] Optimize EEPROM data process by using visitor pattern (#193)
lguohan
added a commit
to lguohan/sonic-buildimage
that referenced
this pull request
Jul 14, 2021
* 664f0e2 2021-07-14 | [xrcvd]: Removed undefined symbol 'sfp_status_helper' (sonic-net#204) (HEAD, origin/202012) [Prince George] * 1b2d016 2021-06-16 | [CI] sonic-config-engine now depends on SONiC YANG packages (sonic-net#194) [Joe LeVeque] * 1cf5996 2021-07-14 | Introduce mgmtinit delay after transceiver module insertion (sonic-net#201) [Prince George] Signed-off-by: Guohan Lu <lguohan@gmail.com>
lguohan
added a commit
that referenced
this pull request
Jul 14, 2021
* 664f0e2 2021-07-14 | [xrcvd]: Removed undefined symbol 'sfp_status_helper' (#204) (HEAD, origin/202012) [Prince George] * 1b2d016 2021-06-16 | [CI] sonic-config-engine now depends on SONiC YANG packages (#194) [Joe LeVeque] * 1cf5996 2021-07-14 | Introduce mgmtinit delay after transceiver module insertion (#201) [Prince George] Signed-off-by: Guohan Lu <lguohan@gmail.com>
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
Updates sonic-platform-daemons submodule. Includes the following commits: ``` eb8a223 [xcvrd] Force cleanup of chassis global variable on deinit (sonic-net#193) a6903c0 [CI] sonic-config-engine now depends on SONiC YANG packages (sonic-net#194) bf60a27 Replace swsssdk.SonicV2Connector with swsscommon implementation (sonic-net#191) ```
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
7670b49 [sonic_platform/sfp_base] Add common definition for get SFP error status (sonic-net#194) 1336598 [CI] sonic-config-engine now depends on SONiC YANG packages (sonic-net#198) f57fee4 Add to check pcie configuration revision to get the right configuration. (sonic-net#195) 4e3a0a0 Fix typo for midplane APIs. (sonic-net#196) fc2e9e2 [eeprom_tlv_info] Optimize EEPROM data process by using visitor pattern (sonic-net#193)
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jan 24, 2022
…t#194) The Python 3 version of sonic-config-engine now depends on sonic-yang-mgmt and sonic-yang-models, so we now need to install them as part of continuous integration to get the CI working again
6 tasks
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Oct 26, 2022
… submodule head utilities: * 02eb899e 2022-07-12 | [config/load_mgmt_config] Support load IPv6 mgmt IP (sonic-net#2206) (sonic-net#2246) (sonic-net#2256) (HEAD -> 201811, github/201811) [Jing Kan] platform-daemon: * fc288cc 2022-05-05 | Mem leak caused by Xcvrd in Send-Q of REDIS-DB socket connection (sonic-net#260) (HEAD -> 201811, github/201811) [Prince George] platform-common: * edb062b 2022-02-09 | [sonic_sfp] Interpret sff 'int' element =0 as valid value (sonic-net#261) (HEAD -> 201811, github/201811) [Prince George] kernel: * 9d2d1a1 2022-02-11 | [201811] Increase log_buf_len size to 1M (HEAD -> 201811, github/201811) [Sujin Kang] * b34a213 2022-02-10 | [201811] Increase log_buf_len size to 1M [Samuel Angebault] * c4684cb 2022-02-11 | [201811] Apply kernel patches to fix emmc unreliability [Sujin Kang] * df68771 2022-02-03 | [201811] Apply kernel patches to fix emmc unreliability [Samuel Angebault] * f21cb06 2021-03-26 | [ci]: remove 201811 suffix (sonic-net#204) [lguohan] * 5439b2a 2021-02-08 | [dni_dps460] Add attributes to retrieve PMBus status command codes (sonic-net#194) [Arun Saravanan Balachandran] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca
added a commit
that referenced
this pull request
Oct 26, 2022
… submodule head (#12494) utilities: * 02eb899e 2022-07-12 | [config/load_mgmt_config] Support load IPv6 mgmt IP (#2206) (#2246) (#2256) (HEAD -> 201811, github/201811) [Jing Kan] platform-daemon: * fc288cc 2022-05-05 | Mem leak caused by Xcvrd in Send-Q of REDIS-DB socket connection (#260) (HEAD -> 201811, github/201811) [Prince George] platform-common: * edb062b 2022-02-09 | [sonic_sfp] Interpret sff 'int' element =0 as valid value (#261) (HEAD -> 201811, github/201811) [Prince George] kernel: * 9d2d1a1 2022-02-11 | [201811] Increase log_buf_len size to 1M (HEAD -> 201811, github/201811) [Sujin Kang] * b34a213 2022-02-10 | [201811] Increase log_buf_len size to 1M [Samuel Angebault] * c4684cb 2022-02-11 | [201811] Apply kernel patches to fix emmc unreliability [Sujin Kang] * df68771 2022-02-03 | [201811] Apply kernel patches to fix emmc unreliability [Samuel Angebault] * f21cb06 2021-03-26 | [ci]: remove 201811 suffix (#204) [lguohan] * 5439b2a 2021-02-08 | [dni_dps460] Add attributes to retrieve PMBus status command codes (#194) [Arun Saravanan Balachandran] Signed-off-by: Ying Xie <ying.xie@microsoft.com> Signed-off-by: Ying Xie <ying.xie@microsoft.com>
snider-nokia
pushed a commit
to snider-nokia/sonic-buildimage
that referenced
this pull request
Apr 6, 2023
…tus (sonic-net#194) Add common definitions for getting SFP error status - Platform API definition: `get_sfp_status` - Related constant definitions Signed-off-by: Stephen Sun <stephens@nvidia.com>
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Apr 28, 2023
…onic-net#197) Add attributes to retrieve PMBus status command codes (Port of sonic-net#194 from 201811 branch) Signed-off-by: Arun Saravanan Balachandran <Arun_Saravanan_Balac@dell.com>
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.
Update quagga to the latest version