[docker-swss] Use predefined variable to get vendor information#79
Closed
[docker-swss] Use predefined variable to get vendor information#79
Conversation
Signed-off-by: Stephen Sun <[email protected]>
keboliu
approved these changes
Jul 30, 2021
stephenxs
pushed a commit
that referenced
this pull request
Jun 21, 2022
[sonic-linkmgrd][master] submodule updates e7e00f2 Jing Zhang Tue Jun 14 17:27:22 2022 -0700 Fix IP header checksum in handleSendSwitchCommand (#88) 127fd3d Jing Zhang Tue Jun 7 09:33:03 2022 -0700 Check self's mux mode before switching peer to standby & add support for `detach` mode (#79) sign-off: Jing Zhang [email protected]
stephenxs
pushed a commit
that referenced
this pull request
Jul 15, 2022
linkmgrd: * 2da783b 2022-06-07 | Check self's mux mode before switching peer to standby & add support for `detach` mode (#79) (HEAD -> 202205, github/202205) [Jing Zhang] sairedis: * 54642c7 2022-06-09 | [counter] Fix port flex counter (sonic-net#1052) (HEAD -> 202205, github/202205) [Junhua Zhai] * b7f5f92 2022-06-06 | [ci] Paralize azure pipeline (sonic-net#1054) [Shilong Liu] swss: * 77043fb 2022-06-09 | [fpmsyncd] don't manipulate route weight (sonic-net#2321) (HEAD -> 202205, github/202205) [Ying Xie] * ae157f1 2022-06-10 | Fix test_warm_reboot issues blocking PR merge (sonic-net#2309) (sonic-net#2318) [Shilong Liu] Signed-off-by: Ying Xie <[email protected]>
stephenxs
pushed a commit
that referenced
this pull request
Nov 11, 2024
…utomatically (sonic-net#20570) #### Why I did it src/sonic-host-services ``` * 47fd128 - (HEAD -> master, origin/master, origin/HEAD) [Banner] Added BannerCfg class to hostcfgd to handle Banner messages (#79) (19 hours ago) [Sviatoslav Boichuk] ``` #### How I did it #### How to verify it #### Description for the changelog
keboliu
pushed a commit
that referenced
this pull request
Dec 4, 2025
…ly (sonic-net#24654) #### Why I did it src/sonic-stp ``` * 6be3721 - (HEAD -> master, origin/master, origin/HEAD) Correcting stp-stpmgrd IPC data structure similar to structure defined in stpmgr.h file (#80) (4 days ago) [Divya Kumaran Chandralekha] * e80c7be - [stpctl] stpctl enhancements for mstp debugging commands (#79) (5 days ago) [vganesan-nokia] * bfcb492 - [mstp] Fix for port enable handlinging and rx pkt type check (#78) (5 days ago) [vganesan-nokia] ``` #### How I did it #### How to verify it #### Description for the changelog
liat-grozovik
pushed a commit
that referenced
this pull request
Feb 15, 2026
…ically (sonic-net#25513) #### Why I did it src/sonic-dbsyncd ``` * 22335e0 - (HEAD -> master, origin/master, origin/HEAD) Add .github/copilot-instructions.md for AI-assisted development (#79) (7 hours ago) [rustiqly] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Why I did it
Use a predefined variable to get vendor information when the swss docker container is created
Signed-off-by: Stephen Sun [email protected]
How I did it
Use
{{ sonic_asic_platform }}instead of$SONIC_CFGGEN -y /etc/sonic/sonic_version.yml -v asic_typeHow to verify it
Manually test.
Which release branch to backport (provide reason below if selected)
Description for the changelog
A picture of a cute animal (not mandatory but encouraged)