[Submodule update]: 201803 update with swss and sairedis master#1731
Closed
pavel-shirshov wants to merge 6 commits intosonic-net:201803from
pavel-shirshov:pavelsh/next_201803
Closed
[Submodule update]: 201803 update with swss and sairedis master#1731pavel-shirshov wants to merge 6 commits intosonic-net:201803from pavel-shirshov:pavelsh/next_201803
pavel-shirshov wants to merge 6 commits intosonic-net:201803from
pavel-shirshov:pavelsh/next_201803
Conversation
vdahiya12
added a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Jul 28, 2021
this PR updates the following commits c2ac2d2 [show] fix show muxcable metrics <port> for sorted output (sonic-net#1731) 4422911 [fwutil]: Update command reference doc: per component FW update. (sonic-net#1708) b83d2bf [minigraph][port_config] Use imported config.main and add conditional patch (sonic-net#1724) Signed-off-by: vaibhav-dahiya <[email protected]>
5 tasks
vdahiya12
added a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Jul 29, 2021
This PR updates the following commits a9606fb [show] fix show muxcable metrics <port> for sorted output (sonic-net#1731) 7355016 [minigraph][port_config] Use imported config.main and add conditional patch (sonic-net#1728) cc1d6e4 [configlet] Python3 compatible syntax for extracting a key from the dict (sonic-net#1721) Signed-off-by: vaibhav-dahiya <[email protected]>
5 tasks
lguohan
pushed a commit
that referenced
this pull request
Jul 29, 2021
This PR updates the following commits a9606fb [show] fix show muxcable metrics <port> for sorted output (#1731) 7355016 [minigraph][port_config] Use imported config.main and add conditional patch (#1728) cc1d6e4 [configlet] Python3 compatible syntax for extracting a key from the dict (#1721) Signed-off-by: vaibhav-dahiya <[email protected]>
lguohan
pushed a commit
that referenced
this pull request
Jul 31, 2021
this PR updates the following commits c2ac2d2 [show] fix show muxcable metrics <port> for sorted output (#1731) 4422911 [fwutil]: Update command reference doc: per component FW update. (#1708) b83d2bf [minigraph][port_config] Use imported config.main and add conditional patch (#1724) Signed-off-by: vaibhav-dahiya <[email protected]>
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
this PR updates the following commits c2ac2d2 [show] fix show muxcable metrics <port> for sorted output (sonic-net#1731) 4422911 [fwutil]: Update command reference doc: per component FW update. (sonic-net#1708) b83d2bf [minigraph][port_config] Use imported config.main and add conditional patch (sonic-net#1724) Signed-off-by: vaibhav-dahiya <[email protected]>
taras-keryk
pushed a commit
to taras-keryk/sonic-buildimage
that referenced
this pull request
Apr 28, 2022
…1731) This PR fixes the display for show muxcable metrics by sorting the output based on the time of the event. This is required for better display. For example admin@str2-7050cx3-acs-12:~$ show mux metrics Ethernet0 PORT EVENT TIME --------- --------------------------- --------------------------- Ethernet0 xcvrd_switch_standby_start 2021-Jul-21 02:03:28.784027 Ethernet0 orch_switch_standby_end 2021-Jul-21 02:03:28.788150 Ethernet0 linkmgrd_switch_standby_end 2021-Jul-21 02:03:28.790288 Signed-off-by: vaibhav-dahiya <[email protected]>
noaOrMlnx
pushed a commit
to noaOrMlnx/sonic-buildimage
that referenced
this pull request
Nov 24, 2025
…ce not honored (sonic-net#1731) #### Why I did it When a uses clause imports a grouping, it was only processing leaf entries and ignoring leaf-list and choice clauses. That means that for instance in bgp route maps, route_map_in and route_map_out validations would fail. Honoring the uses `refine` clause is now also honored which is depended upon in sonic-utilities. This now precompiles the uses clause and integrates it as if the uses clause was not part of the schema as multiple end users were having to do this additional processing. This fixes that behavior and adds test cases to ensure it doesn't regress in the future. This is the proper fix, replacing sonic-net#21078 that just worked around it. Removal of `uses` logic in sonic-utilities here: sonic-net/sonic-utilities#3814 Fixes sonic-net#22382 ##### Work item tracking - Microsoft ADO **(number only)**: #### How I did it Added leaf-list lookup. #### How to verify it See test cases pass #### Which release branch to backport (provide reason below if selected) - [X] 202405 - [X] 202411 #### Tested branch (Please provide the tested image version) master as of 20250304 #### Description for the changelog sonic-yang-mgmt: uses clause with leaf-list, choice not honored #### Link to config_db schema for YANG module changes N/A #### A picture of a cute animal (not mandatory but encouraged) Signed-off-by: Brad House (@bradh352)
jasonbridges
pushed a commit
to jasonbridges/sonic-buildimage
that referenced
this pull request
Jan 22, 2026
…tically (sonic-net#24935) #### Why I did it src/sonic-sairedis ``` * f16b22aa - (HEAD -> master, origin/master, origin/HEAD) Fix sonic-vpp build issue in master (sonic-net#1731) (50 minutes ago) [yue-fred-gao] ``` #### How I did it #### How to verify it #### Description for the changelog
FengPan-Frank
pushed a commit
to FengPan-Frank/sonic-buildimage
that referenced
this pull request
Mar 6, 2026
…tically (sonic-net#24935) #### Why I did it src/sonic-sairedis ``` * f16b22aa - (HEAD -> master, origin/master, origin/HEAD) Fix sonic-vpp build issue in master (sonic-net#1731) (50 minutes ago) [yue-fred-gao] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: Feng Pan <[email protected]>
dprital
pushed a commit
that referenced
this pull request
Mar 19, 2026
…tically (#24935) #### Why I did it src/sonic-sairedis ``` * f16b22aa - (HEAD -> master, origin/master, origin/HEAD) Fix sonic-vpp build issue in master (#1731) (50 minutes ago) [yue-fred-gao] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: dprital <[email protected]>
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
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)