-
Notifications
You must be signed in to change notification settings - Fork 3
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
Vs start.sh script fix #57
Conversation
Signed-off-by: Sangita Maity <sangitamaity0211@gmail.com>
where is BREAKOUT_CFG table? |
That is done in sonic-cfggen when you have the platform.json as input. |
@samaity |
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
|
``` 88d1eaea9 [mka]: Fix rekey of PN based cannot triggered in XPN cipher (zhenggen-xu#57) ``` Signed-off-by: Ze Gan <ganze718@gmail.com>
[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
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