[submodule]: update sonic-swss#2190
Merged
lguohan merged 1 commit intosonic-net:masterfrom Oct 25, 2018
Merged
Conversation
* 6e76e9b 2018-10-22 | [vstest]: fix redis mount point with --dvsname option (sonic-net#654) (HEAD, origin/master, origin/HEAD) [lguohan] * 3d4bed1 2018-10-22 | [mirrororch]: Fix bug when no need to update session type (sonic-net#648) [Shuotian Cheng] * 4bf28ed 2018-10-22 | Merge pull request sonic-net#649 from lguohan/vstest [lguohan] |\ | * 8620a51 2018-10-22 | [vstest]: disable ipv6 in test_crm.py::test_CrmFdbEntry [Guohan Lu] | * f684d65 2018-10-21 | change mode to 644 for test_setro.py [Guohan Lu] | * 51e0d40 2018-10-22 | Enable aclfield.data for SAI_DTEL_ATTR_INT_L4_DSCP [Guohan Lu] | * 9290950 2018-10-21 | use unique directory to mount redis.sock [Guohan Lu] | * 7d1b09e 2018-10-21 | add --keeptb option to keep testbed after test [Guohan Lu] | * 6ee779c 2018-10-22 | gather logs from vs container [Guohan Lu] | * 9b49555 2018-10-21 | make sure delete the srv namespace after test [Guohan Lu] | * e04bd2d 2018-10-20 | add testlog for all tests [Guohan Lu] | * a2d9be4 2018-10-20 | simplify start_swss/stop_swss [Guohan Lu] | * d76a560 2018-10-21 | add ingore object type to CountSubscribedObjects [Guohan Lu] | * 5e2c1de 2018-10-20 | refactor test_swss_neighbor_syncup test [Guohan Lu] | * 9e9a553 2018-10-20 | ensure vrfmgrd, teammgrd, portmgrd are running before test [Guohan Lu] |/ * e8e3ddc 2018-10-21 | disable ipv6 for vEthernet interface in virtual switch (sonic-net#650) [lguohan] * 7c90bb3 2018-10-19 | Fix portorch bake: get port count from db (sonic-net#645) [Qi Luo] Signed-off-by: Guohan Lu <[email protected]>
qiluo-msft
approved these changes
Oct 24, 2018
stcheng
approved these changes
Oct 24, 2018
Ndancejic
pushed a commit
to Ndancejic/sonic-buildimage
that referenced
this pull request
May 3, 2022
* Support tunnel traffic remap Signed-off-by: bingwang <[email protected]>
6 tasks
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Aug 26, 2022
*After the latest changes in this PR sonic-net#2190 an issue was introduced. When the tunnel was deleted the TunnelTermEntries were deleted from ASIC but not from the OA cache. Due to that then the same tunnel is created the TunnelTermEntries are not created as OA has it in local cache. Signed-off-by: Myron Sosyak <[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.
|
| * 8620a51 2018-10-22 | [vstest]: disable ipv6 in test_crm.py::test_CrmFdbEntry [Guohan Lu]
| * f684d65 2018-10-21 | change mode to 644 for test_setro.py [Guohan Lu]
| * 51e0d40 2018-10-22 | Enable aclfield.data for SAI_DTEL_ATTR_INT_L4_DSCP [Guohan Lu]
| * 9290950 2018-10-21 | use unique directory to mount redis.sock [Guohan Lu]
| * 7d1b09e 2018-10-21 | add --keeptb option to keep testbed after test [Guohan Lu]
| * 6ee779c 2018-10-22 | gather logs from vs container [Guohan Lu]
| * 9b49555 2018-10-21 | make sure delete the srv namespace after test [Guohan Lu]
| * e04bd2d 2018-10-20 | add testlog for all tests [Guohan Lu]
| * a2d9be4 2018-10-20 | simplify start_swss/stop_swss [Guohan Lu]
| * d76a560 2018-10-21 | add ingore object type to CountSubscribedObjects [Guohan Lu]
| * 5e2c1de 2018-10-20 | refactor test_swss_neighbor_syncup test [Guohan Lu]
| * 9e9a553 2018-10-20 | ensure vrfmgrd, teammgrd, portmgrd are running before test [Guohan Lu]
|/
Signed-off-by: Guohan Lu [email protected]
- 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)