[Submodule update]: sonic-quagga submodule. Fix IPv6 ECMP behavior#1490
Merged
pavel-shirshov merged 1 commit intosonic-net:masterfrom Mar 13, 2018
pavel-shirshov:pavelsh/update_quagga
Merged
[Submodule update]: sonic-quagga submodule. Fix IPv6 ECMP behavior#1490pavel-shirshov merged 1 commit intosonic-net:masterfrom pavel-shirshov:pavelsh/update_quagga
pavel-shirshov merged 1 commit intosonic-net:masterfrom
pavel-shirshov:pavelsh/update_quagga
Conversation
lguohan
approved these changes
Mar 13, 2018
lguohan
added a commit
to lguohan/sonic-buildimage
that referenced
this pull request
Nov 1, 2020
swss: * d7643f2 2020-11-01 | [tlm_teamd]: Make the destionation for std::transform() to use std::back_inserter() for allocating new space for the copied objects (sonic-net#1490) (HEAD, origin/master, origin/HEAD) [pavel-shirshov] * 7fa7cd6 2020-10-31 | [vstest]: stablize fgnhg test (sonic-net#1491) [lguohan] * 9b0696e 2020-10-29 | Create vnet tunnel map only if it doesn't exist (sonic-net#1482) [Prince Sunny] * 0481e99 2020-10-29 | [acl] Update CRM to include LAG bindings for ACL tables (sonic-net#1487) [Danny Allen] sairedis * 5df11f5 2020-11-01 | [syncd] Lower bulk missing api message level from error to info (sonic-net#687) (HEAD, origin/master, origin/HEAD) [Kamil Cudnik] * dc73a1d 2020-10-30 | [saiplayer] Fix log messages (sonic-net#686) [Kamil Cudnik] Signed-off-by: Guohan Lu <[email protected]>
3 tasks
lguohan
added a commit
that referenced
this pull request
Nov 2, 2020
swss: * d7643f2 2020-11-01 | [tlm_teamd]: Make the destionation for std::transform() to use std::back_inserter() for allocating new space for the copied objects (#1490) (HEAD, origin/master, origin/HEAD) [pavel-shirshov] * 7fa7cd6 2020-10-31 | [vstest]: stablize fgnhg test (#1491) [lguohan] * 9b0696e 2020-10-29 | Create vnet tunnel map only if it doesn't exist (#1482) [Prince Sunny] * 0481e99 2020-10-29 | [acl] Update CRM to include LAG bindings for ACL tables (#1487) [Danny Allen] sairedis * 5df11f5 2020-11-01 | [syncd] Lower bulk missing api message level from error to info (#687) (HEAD, origin/master, origin/HEAD) [Kamil Cudnik] * dc73a1d 2020-10-30 | [saiplayer] Fix log messages (#686) [Kamil Cudnik] Signed-off-by: Guohan Lu <[email protected]>
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
swss: * d7643f2 2020-11-01 | [tlm_teamd]: Make the destionation for std::transform() to use std::back_inserter() for allocating new space for the copied objects (sonic-net#1490) (HEAD, origin/master, origin/HEAD) [pavel-shirshov] * 7fa7cd6 2020-10-31 | [vstest]: stablize fgnhg test (sonic-net#1491) [lguohan] * 9b0696e 2020-10-29 | Create vnet tunnel map only if it doesn't exist (sonic-net#1482) [Prince Sunny] * 0481e99 2020-10-29 | [acl] Update CRM to include LAG bindings for ACL tables (sonic-net#1487) [Danny Allen] sairedis * 5df11f5 2020-11-01 | [syncd] Lower bulk missing api message level from error to info (sonic-net#687) (HEAD, origin/master, origin/HEAD) [Kamil Cudnik] * dc73a1d 2020-10-30 | [saiplayer] Fix log messages (sonic-net#686) [Kamil Cudnik] Signed-off-by: Guohan Lu <[email protected]>
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this pull request
Feb 5, 2022
…ack_inserter() for allocating new space for the copied objects (sonic-net#1490) Fixes: sonic-net#5755 Fixes: sonic-net#5433 Make the destination for std::transform() to use std::back_inserter() for allocating new space for the copied objects
vmittal-msft
pushed a commit
to vmittal-msft/sonic-buildimage
that referenced
this pull request
Oct 20, 2025
…D automatically (sonic-net#1490) #### Why I did it src/sonic-sairedis ``` * e5cff86b - (HEAD -> 202503, origin/202503) Merge pull request sonic-net#78 from mssonicbld/sonicbld/202503-merge (23 hours ago) [mssonicbld] * a34dac60 - Merge branch '202412' of https://github.com/Azure/sonic-sairedis.msft into 202503 (23 hours ago) [Sonic Automation] * 4e9bc502 - (origin/HEAD, origin/202412, 202412) [trim]: Add Packet Trimming Drop Counters to VS lib (sonic-net#77) (33 hours ago) [mssonicbld] ``` #### 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
Updated sonic-quagga with the latest fix: Fix IPv6 ECMP
- How I did it
git submodule update --remote ......
- How to verify it
git submodule # and check for hash output for sonic-quagga
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)