-
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
Add DHCP relay docker to generic build #207
Merged
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
Jan 24, 2017
lguohan
approved these changes
Jan 24, 2017
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
…ions (sonic-net#207) Similar to sairedis record, this swss record provides a log that records all applications tasks according to the sequence of incoming messages from the Redis database queue. The format follows the sairedis record format: TIMESTAMP|TABLE_NAME:KEY|OP|FIELD:VALUE|FIELD:VALUE|... The record file is saved at where the daemon is started from, with the file name swss.TIMESTAMP.rec. -r record_type is added with options: 0/1/2/3 and usage() is added
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
netgp2020
pushed a commit
to netgp2020/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
xumia
pushed a commit
to xumia/sonic-buildimage-1
that referenced
this pull request
Feb 16, 2021
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
May 7, 2021
To include change: * 12d8a0a 2021-05-06 | [dps200] Add dps200 PSU module driver (sonic-net#207) (HEAD, origin/master, origin/HEAD) [schobtr] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca
added a commit
that referenced
this pull request
May 9, 2021
qiluo-msft
added a commit
that referenced
this pull request
May 20, 2021
…7647) Includes below commits ``` sonic-swss 05f0438 2021-05-19 | Fix build error (#1751) [Shi Su] 1682a8d 2021-05-12 | [Bulk mode] Improve log in bulk failures (#1740) [Shi Su] 4509e88 2021-04-27 | [routeorch] Add support for blackhole routes (#1723) [Shi Su] 642014d 2019-10-31 | [fix] Use the same storm detection condition for queue occupancy non-zero case as the zero case (#1111) [Wenda Ni] sonic-utilities 97fc442 2021-05-10 | [config]: Use mod_entry when editing VLAN_INTERFACE (#1602) [Lawrence Lee] f60d579 2021-04-15 | [techsupport] Update show ip interface command (#1562) [Mahesh Maddikayala] 821d29d 2021-04-14 | Fix Multi-ASIC show specific resursive route by using common parsing function (#1560) [gechiang] sonic-linux-kernel 61b331f 2021-05-06 | [dps200] Add dps200 PSU module driver (#207) [schobtr] sonic-platform-daemons 5d2960f 2021-05-17 | [xcvrd] add support for logging mux_metrics events into state DB (#185) [vdahiya12] a5c9207 2021-05-11 | [thermalctld] Enable stopping thermal manager (#180) [Junchao-Mellanox] 9123f63 2021-05-10 | [muxcable] Remove Xcvrd Sleep (#174) [Tamer Ahmed] ```
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-buildimage
that referenced
this pull request
May 23, 2021
To include change: * 12d8a0a 2021-05-06 | [dps200] Add dps200 PSU module driver (sonic-net#207) (HEAD, origin/master, origin/HEAD) [schobtr] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
To include change: * 12d8a0a 2021-05-06 | [dps200] Add dps200 PSU module driver (sonic-net#207) (HEAD, origin/master, origin/HEAD) [schobtr] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
sg893052
pushed a commit
to sg893052/sonic-buildimage
that referenced
this pull request
Apr 25, 2022
Drop counters HLD
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Apr 28, 2023
Fix sonic-net#6602 This change is add new dps200 PSU module driver for fix this issue sonic-net#6602 I have try to use the generic pmbus driver, but it not support. [ 5733.051510] pmbus 12-005a: Chip identification failed [ 5733.112598] i2c i2c-12: new_device: Instantiated device pmbus at 0x5a [ 5748.459851] pmbus 13-005b: Chip identification failed [ 5748.520975] i2c i2c-13: new_device: Instantiated device pmbus at 0x5b
qiluo-msft
pushed a commit
that referenced
this pull request
May 17, 2023
#14862) #### Why I did it src/linkmgrd ``` * 35f7d1c - (HEAD -> 202012, origin/202012) [202012][active-standby][bsl] fix no mux probe issue #201 (#206) (2 weeks ago) [Jing Zhang] * be701fb - [202012] pick codeql fixes (#207) (2 weeks ago) [Jing Zhang] * 0b42cec - Enable debug symbols (#199) (3 weeks ago) [Longxiang Lyu] ```
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Mar 18, 2024
Merge remote-tracking branch 'sonic-net/master' into bluefield
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.
Guohan: Please also approve (and merge if possible) Manny's PR: #104, which this commit relies on. Manny and I fixed the merge conflict last week; it's good to go.