[Arista7260CX3] Fix a typo in port_ini.cfg#1114
Merged
yxieca merged 1 commit intosonic-net:masterfrom Nov 4, 2017
yxieca:typo
Merged
[Arista7260CX3] Fix a typo in port_ini.cfg#1114yxieca merged 1 commit intosonic-net:masterfrom yxieca:typo
yxieca merged 1 commit intosonic-net:masterfrom
yxieca:typo
Conversation
lguohan
approved these changes
Nov 3, 2017
tiantianlv
pushed a commit
to SONIC-DEV/sonic-buildimage
that referenced
this pull request
Apr 24, 2020
[portsorch] Enable port-level buffer drop counters (sonic-net#1237) [vnet]: Fix double route installation for BITMAP VNET interface (sonic-net#1114)
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-buildimage
that referenced
this pull request
Jan 14, 2021
…c-net#1114) * [vnet]: Fix double route installation for BITMAP VNET interface
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this pull request
Feb 5, 2022
…c-net#1114) * [vnet]: Fix double route installation for BITMAP VNET interface
Pterosaur
added a commit
to Pterosaur/sonic-buildimage
that referenced
this pull request
Sep 8, 2022
660a920 [Chassis] Create fabric ports for switch_type fabric. (sonic-net#1114) 8140c22 Fix issue: bulk counter feature cannot compile on platforms having no sai_bulk_object_get_stats/sai_bulk_object_clear_stats (sonic-net#1105) 0aa60f5 [lgtm] Add uuid library (sonic-net#1119) Signed-off-by: Ze Gan <ganze718@gmail.com>
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
May 20, 2025
… HEAD automatically (sonic-net#1114) #### Why I did it src/sonic-linux-kernel ``` * 5adf4e0 - (HEAD -> 202412, origin/HEAD, origin/202412) Integrate HW-MGMT 7.0040.4007 Changes (#44) (7 hours ago) [Sudharsan Dhamal Gopalarathnam] ``` #### 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.
- What I did
Fix a typo in port_config.ini of Arista7260CX3 t0 SKU. The issue caused 2 different ports linked to a same alias, therefore from the o.s level, it seems that only one of them are actually reached link up.
- How to verify it
This issue was caught by nightly test, the fix was verified by nightly tests. After making the change, both affected Ethernet ports reached link up.