-
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
[swss]: Export platform as env variable in docker-swss #524
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
Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
before and after |
lguohan
approved these changes
Apr 21, 2017
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
May 1, 2019
Submodule src/sonic-utilities 584e706..e3bb8b9: > [show] Call teamshow using sudo in 'show interfaces portchannel' (sonic-net#524) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca
added a commit
that referenced
this pull request
May 1, 2019
Submodule src/sonic-utilities 584e706..e3bb8b9: > [show] Call teamshow using sudo in 'show interfaces portchannel' (#524) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
…ic-net#524) * teamshow now also prints message and exits if not run as root
lguohan
added a commit
to lguohan/sonic-buildimage
that referenced
this pull request
Nov 11, 2019
* afe2a0d 2019-10-30 | [vs]: Fix learn fdb events after fdb flush event (sonic-net#524) (HEAD, origin/master, origin/HEAD) [Kamil Cudnik] * d29760f 2019-10-28 | [sai_redis_interface_query] Add sairedis support for sai_object_type_get_availability (sonic-net#528) [Danny Allen] * ff5306e 2019-10-28 | [sai_redis_interface_query] Add sairedis support for sai_query_attribute_enum_values_capability (sonic-net#525) [Danny Allen] Signed-off-by: Guohan Lu <gulv@microsoft.com>
lguohan
added a commit
that referenced
this pull request
Nov 13, 2019
* afe2a0d 2019-10-30 | [vs]: Fix learn fdb events after fdb flush event (#524) (HEAD, origin/master, origin/HEAD) [Kamil Cudnik] * d29760f 2019-10-28 | [sai_redis_interface_query] Add sairedis support for sai_object_type_get_availability (#528) [Danny Allen] * ff5306e 2019-10-28 | [sai_redis_interface_query] Add sairedis support for sai_query_attribute_enum_values_capability (#525) [Danny Allen] Signed-off-by: Guohan Lu <gulv@microsoft.com>
zhenggen-xu
pushed a commit
to zhenggen-xu/sonic-buildimage
that referenced
this pull request
Jan 10, 2020
* afe2a0d 2019-10-30 | [vs]: Fix learn fdb events after fdb flush event (sonic-net#524) (HEAD, origin/master, origin/HEAD) [Kamil Cudnik] * d29760f 2019-10-28 | [sai_redis_interface_query] Add sairedis support for sai_object_type_get_availability (sonic-net#528) [Danny Allen] * ff5306e 2019-10-28 | [sai_redis_interface_query] Add sairedis support for sai_query_attribute_enum_values_capability (sonic-net#525) [Danny Allen] Signed-off-by: Guohan Lu <gulv@microsoft.com>
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
Before this fix if flush event is received, vlan id in fdb_info was always set to zero, and it should be extracted from bv_id field in fdb_entry, this was causing to not find exact fdb entry in g_fdb_info_set and since those entries were always there, they were not "learned" again
mssonicbld
added a commit
that referenced
this pull request
Jul 26, 2024
…D automatically (#19705) #### Why I did it src/sonic-platform-daemons ``` * dc6c7cb - (HEAD -> 202405, origin/202405) [xcvrd] Fix xcvrd crash for RJ45 cable type (#513) (10 hours ago) [Vivek] * 28b527b - [xcvrd] change log content and log level when application is not found (#503) (#524) (11 hours ago) [Junchao-Mellanox] ``` #### How I did it #### How to verify it #### Description for the changelog
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: Shuotian Cheng shuche@microsoft.com