[bgp]: Fix isolate/unisolate command for ipv6 peers#3183
Merged
pavel-shirshov merged 9 commits intosonic-net:masterfrom Jul 18, 2019
Merged
[bgp]: Fix isolate/unisolate command for ipv6 peers#3183pavel-shirshov merged 9 commits intosonic-net:masterfrom
pavel-shirshov merged 9 commits intosonic-net:masterfrom
Conversation
prsunny
approved these changes
Jul 18, 2019
jleveque
approved these changes
Jul 18, 2019
mssonicbld
added a commit
that referenced
this pull request
Jun 6, 2024
…lly (#19203) #### Why I did it src/sonic-swss ``` * 8f333b6 - (HEAD -> master, origin/master, origin/HEAD, origin/202405) [subnet decap] Support decap rule generation based on T0 VIP route (#3183) (22 hours ago) [Longxiang Lyu] * 9bcb9b6 - Fixing appl_db FABRIC_MONITOR notification issue. (#3176) (25 hours ago) [jfeng-arista] * fff544e - Rotate record file before writing new log. (#3158) (29 hours ago) [mint570] * 80f5207 - Add SWSS support for link event damping feature (#2933) (29 hours ago) [Roy Yi] * b3ebfc4 - [muxorch] Using bulker to program routes/neighbors during switchover (#3148) (29 hours ago) [Nikola Dancejic] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Jul 13, 2024
…lly (#19554) #### Why I did it src/sonic-swss ``` * d3073b7c - (HEAD -> 202405, origin/202405) [muxorch] Fixing bug with updateRoute and mux neighbors (#3187) (19 hours ago) [Nikola Dancejic] * b16d6b2a - ADD VOQ COUNTERS(SAI_SWITCH_STAT_PACKET_INTEGRITY_DROP, SAI_QUEUE_ST…T_CREDIT_WD_DELETED_PACKETS) support for VOQ/Fabric switches (#3152) (19 hours ago) [saksarav-nokia] * 12a95e57 - Revamp module build script to make it work for 5.15 on Ubuntu 20.04 (#3212) (19 hours ago) [Saikrishna Arcot] * 87cf38e0 - Fix in switchorch: unsupported attribute causes skipping of processing the rest of configurations (#3209) (19 hours ago) [Amir] * 8f333b6 - [subnet decap] Support decap rule generation based on T0 VIP route (#3183) (5 weeks ago) [Longxiang Lyu] * 9bcb9b6 - Fixing appl_db FABRIC_MONITOR notification issue. (#3176) (5 weeks ago) [jfeng-arista] * fff544e - Rotate record file before writing new log. (#3158) (5 weeks ago) [mint570] * 80f5207 - Add SWSS support for link event damping feature (#2933) (5 weeks ago) [Roy Yi] * b3ebfc4 - [muxorch] Using bulker to program routes/neighbors during switchover (#3148) (5 weeks ago) [Nikola Dancejic] ``` #### 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
Fixed bug #3070
- How I did it
I introduced
address-family ipv6for ipv6 peers- How to verify it
Build the image, run it on your dut, use
bgp-isolatecommand and after that check that output ofshow ipv6 bgp neighbor <ipv6 peer> adv. You should see all aspathes are increased.- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)