Vs start.sh script fix#57
Merged
zhenggen-xu merged 1 commit intozhenggen-xu:sonic-cfg-mgmtfrom Mar 11, 2020
Merged
Conversation
Signed-off-by: Sangita Maity <sangitamaity0211@gmail.com>
Collaborator
|
where is BREAKOUT_CFG table? |
Owner
That is done in sonic-cfggen when you have the platform.json as input. |
Owner
|
@samaity |
praveen-li
pushed a commit
to praveen-li/sonic-buildimage
that referenced
this pull request
Mar 11, 2020
update multiDB changes in sonic-py-swsssdk, including: - read portchannel name from LAG_NAME_MAP_TABLE in COUNTERS_DB (zhenggen-xu#51) - Revert "read portchannel name from LAG_NAME_MAP_TABLE in COUNTERS_DB (zhenggen-xu#51)" (zhenggen-xu#57) - [MultiDB] sonic-db-cli should support EVAL operation, app script use … (zhenggen-xu#58) PR sonic-net#3928 needs this swsssdk-py changes to work Signed-off-by: Dong Zhang d.zhang@alibaba-inc.com
vasant17
approved these changes
Mar 11, 2020
Collaborator
Author
|
praveen-li
pushed a commit
to praveen-li/sonic-buildimage
that referenced
this pull request
Apr 23, 2020
praveen-li
pushed a commit
to praveen-li/sonic-buildimage
that referenced
this pull request
Aug 9, 2022
``` 88d1eaea9 [mka]: Fix rekey of PN based cannot triggered in XPN cipher (zhenggen-xu#57) ``` Signed-off-by: Ze Gan <ganze718@gmail.com>
praveen-li
pushed a commit
to praveen-li/sonic-buildimage
that referenced
this pull request
Dec 23, 2022
[202012][sonic-linkmgrd]Submodule update 8507629 Jing Zhang Mon Apr 4 10:25:22 2022 -0700 Lower unsolicited MUX state change notification log level to WARNING zhenggen-xu#57 17d217d Longxiang Lyu Mon Mar 21 12:15:19 2022 +0800 Enhance clang format (zhenggen-xu#46) c72fa2a Jing Zhang Fri Apr 1 12:23:29 2022 -0700 Disable the feature that decreases link probe interval for measuring switch overhead zhenggen-xu#49 (zhenggen-xu#54) 256b01b Jing Zhang Thu Mar 31 16:20:00 2022 -0700 Update link prober metrics posting logics zhenggen-xu#50 zhenggen-xu#53 dfd48d0 Jing Zhang Wed Mar 23 16:27:45 2022 -0700 Decrease link probing interval after switchover to better determine the overhead of a toggle zhenggen-xu#43 (zhenggen-xu#48) sign-off: Jing Zhang zhangjing@microsoft.com
This file contains hidden or 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
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.
Signed-off-by: Sangita Maity sangitamaity0211@gmail.com
- What I did
Vs docker is now compatible with platform.json file. It is the only port configuration file , the docker counts from now on.
- How to verify it