-
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
[Arista]: Update Arista-7050-QX-32S port_config.ini #789
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
Jul 5, 2017
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Jan 27, 2020
Submodule src/sonic-utilities 7a265b85..23cc3094: > [neighbor advertiser] remove http endpoint access (sonic-net#792) > [fast/warm reboot] watchdog log message mentions the right reboot type (sonic-net#791) > [fdbshow][nbrshow] Print interface OID in lieu of name if there is no OID->interface name mapping (sonic-net#789) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
lguohan
pushed a commit
that referenced
this pull request
Jan 28, 2020
Submodule src/sonic-utilities 7a265b85..23cc3094: > [neighbor advertiser] remove http endpoint access (#792) > [fast/warm reboot] watchdog log message mentions the right reboot type (#791) > [fdbshow][nbrshow] Print interface OID in lieu of name if there is no OID->interface name mapping (#789) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
daall
added a commit
to daall/sonic-buildimage
that referenced
this pull request
Jan 28, 2020
- [neighbor advertiser] remove http endpoint access (sonic-net#792) - [dropconfig] Move prefix-handling from CLI to orchagent (sonic-net#785) - [acl-loader] Use V6 ethertype for IPv6 ACL rule (sonic-net#788) - kdump support (sonic-net#729) - Add command line support for thermal control (sonic-net#777) - [fdbshow][nbrshow] Print interface OID in lieu of name if there is no OID->interface name mapping (sonic-net#789) - ipaddr module to ipaddress for show command (sonic-net#786) - [sonic_installer] Adding support for ARM Uboot firmware (sonic-net#769) - [config] Merge duplicate vrf configuration (sonic-net#759) - [dropconfig] Clean-up error output for devices that do not support drop counters (sonic-net#784) - [show] enhance 'show ip[v6] bgp summary' command (sonic-net#754) - On sflow enable, start the docker since it is disabled by default (sonic-net#773) - [portstat] fix header used (sonic-net#743) - Add VRF-related commands to Command Reference Document (sonic-net#778) - [intfstat] fix --delete fail when counters dump does not exist (sonic-net#752) - [scripts] Adds support for management (1.0) commands (sonic-net#745) - A generic JSON file updater, which can add/update-existing attributes. (sonic-net#770) - [command reference] Update show int counters info with l3 RIF (sonic-net#725) - [fast/warm reboot] ignore errors after shutting down critical service(s) (sonic-net#761) - Platform Driver Development Framework (PDDF): Adding PDDF CLI utils (sonic-net#624) - Platform plugin for Fast-reboot/warm-reboot (sonic-net#740) Signed-off-by: Danny Allen <daall@microsoft.com>
lguohan
pushed a commit
that referenced
this pull request
Jan 28, 2020
- [neighbor advertiser] remove http endpoint access (#792) - [dropconfig] Move prefix-handling from CLI to orchagent (#785) - [acl-loader] Use V6 ethertype for IPv6 ACL rule (#788) - kdump support (#729) - Add command line support for thermal control (#777) - [fdbshow][nbrshow] Print interface OID in lieu of name if there is no OID->interface name mapping (#789) - ipaddr module to ipaddress for show command (#786) - [sonic_installer] Adding support for ARM Uboot firmware (#769) - [config] Merge duplicate vrf configuration (#759) - [dropconfig] Clean-up error output for devices that do not support drop counters (#784) - [show] enhance 'show ip[v6] bgp summary' command (#754) - On sflow enable, start the docker since it is disabled by default (#773) - [portstat] fix header used (#743) - Add VRF-related commands to Command Reference Document (#778) - [intfstat] fix --delete fail when counters dump does not exist (#752) - [scripts] Adds support for management (1.0) commands (#745) - A generic JSON file updater, which can add/update-existing attributes. (#770) - [command reference] Update show int counters info with l3 RIF (#725) - [fast/warm reboot] ignore errors after shutting down critical service(s) (#761) - Platform Driver Development Framework (PDDF): Adding PDDF CLI utils (#624) - Platform plugin for Fast-reboot/warm-reboot (#740) Signed-off-by: Danny Allen <daall@microsoft.com>
This was referenced Feb 9, 2021
lguohan
referenced
this pull request
Feb 10, 2021
Includes below commits: 13474d1 2021-02-08 [sairedis][syncd] VidManager add updateIndex method (Azure#787) be8059f 2021-02-08 [sairedis] Add get response timeout knob (Azure#774) 3663e30 2021-02-06 [syncd] Create base class SaiSwitchInterface (Azure#786) 3360b0f 2021-02-05 Reduce log level of redis channel to debug (Azure#790) 08d338a 2021-02-05 syncd: Fix profile iterator bug (Azure#789) a6377d0 2021-02-03 [ci]: use publish pipeline artifacts to publish syslog (Azure#788) Signed-off-by: liora <liora@nvidia.com>
daall
referenced
this pull request
Feb 16, 2021
Includes below commits: 13474d1 2021-02-08 [sairedis][syncd] VidManager add updateIndex method (Azure#787) be8059f 2021-02-08 [sairedis] Add get response timeout knob (Azure#774) 3663e30 2021-02-06 [syncd] Create base class SaiSwitchInterface (Azure#786) 3360b0f 2021-02-05 Reduce log level of redis channel to debug (Azure#790) 08d338a 2021-02-05 syncd: Fix profile iterator bug (Azure#789) a6377d0 2021-02-03 [ci]: use publish pipeline artifacts to publish syslog (Azure#788) Signed-off-by: liora <liora@nvidia.com>
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
May 10, 2021
… OID->interface name mapping (sonic-net#789) In release branches prior to 201911, FDB or ARP learnt on VLAN interface LAG port will cause nothing to appear in the "show arp" or "show mac" output because there existed no OID->interface name never had the mappings for LAG interface. This issue has since been fixed in master (and 201911). However, making this change in master is not harmful and will prevent a regression from causing no output to be displayed for the interface name in the future.
AidanCopeland
pushed a commit
to Metaswitch/sonic-buildimage
that referenced
this pull request
Apr 14, 2022
As I didn't see SAI specifying that the user of the service table should reset the iterator before iterating over the values, I think this would come as a surprise to most vendors implementing SAI. Because the iterator was first stored before adding any values to the map, it would be pointing to the profile's .end(), thus if a SAI implementation would try iterating over the values, it'd get none until it'd reset the iterator.
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Mar 18, 2024
swss ``` 04ce7c9a [Fixbug]: Fix vnet attribute miss if route action is vnet_direct and vnet test cases (sonic-net#2873) daa1fc71 [dash]: Refactor DASH orch by protobuf format (sonic-net#2722) 12ad49cd [tests]: Change DVS ENV HWKSU to DPU-2P for DASH vstest (sonic-net#2847) ``` swss-common ``` be425ed [redisCommand]: Not store the error return code of redisFormat (sonic-net#809) 5966d8b Fix binary serializer can't deserialize protopuf buffer content issue (sonic-net#810) 7ff768a Revert "Fix the issue of ignoring callback calls for removed keys. (sonic-net#789)" (sonic-net#804) 82581cf Make sure new binaries replace existing binaries in docker-sonic-vs (sonic-net#807) 62e8d80 Producer/Consumer table binary support (sonic-net#801) e0f394c Fix the issue of ignoring callback calls for removed keys. (sonic-net#789) 00db81f Fix the sairedis build target not found issue (sonic-net#802) dffd76a [Ci] Fix collect log error in azp template (sonic-net#799) d6453bc Add SEND_TO_INGRESS port table in schema.h (sonic-net#792) c3a77cc add semgrep (sonic-net#798) ```
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.
No description provided.