[fast-reboot]: Fix IP range overlapping#1629
Merged
liat-grozovik merged 1 commit intosonic-net:201811from May 7, 2020
Merged
Conversation
Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
liat-grozovik
approved these changes
Apr 30, 2020
lguohan
reviewed
Apr 30, 2020
| - dut_mac='{{ dut_mac }}' | ||
| - dut_vlan_ip='192.168.0.1' | ||
| - default_ip_range='192.168.0.0/16' | ||
| - default_ip_range='192.168.100.0/18' |
Contributor
There was a problem hiding this comment.
can you change the fast-reboot script in pytest as well? @tamer-dev, is there a same problem for the pytest version?
Contributor
Author
volodymyrsamotiy
approved these changes
May 5, 2020
yxieca
approved these changes
May 6, 2020
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
sonic-utilities: * 8b98d45 2021-05-25 | [show] support for show muxcable firmware version of only active banks (sonic-net#1629) (HEAD -> 202012) [vdahiya12] * afd0975 2021-05-20 | [show] add support for muxcable metrics (sonic-net#1615) [vdahiya12] sonic-swss * 7611df5 2021-05-27 | [tunneldecaporch] Set default MTU for the overlay loopback interface (sonic-net#1756) (HEAD -> 202012) [Volodymyr Samotiy] * 22fbb5c 2021-05-27 | [202012] Resolve neighbor when nexthop does not exist (sonic-net#1759) (github/202012) [Shi Su] * ec7710c 2021-05-27 | [Bulk mode] Limit the size of bulker (sonic-net#1760) [Shi Su] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
* 4be4a9b [tlm teamd] Add retry mechanism before logging the ERR in get_dumps. (sonic-net#1629) * 2c0ce38 [fgnhgorch] Enable packet flow when no FG ECMP neighbors are resolved (sonic-net#1900) * fddb298 Innovium platform specific changes PFC Detect lua script for SONiC 202012 (sonic-net#1893) Signed-off-by: Volodymyr Samotiy <volodymyrs@nvidia.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
sonic-swss: bb69ca2 [portsorch] Avoid orchagent crash when set invalid interface types to port (sonic-net#1906) 6e1bacc [pfcwd] Fix the polling interval time granularity (sonic-net#1912) 564785b [teammgrd]: Improve LAGs cleanup on shutdown: send SIGTERM directly to PID. (sonic-net#1841) 7ee8d26 [tlm teamd] Add retry mechanism before logging the ERR in get_dumps. (sonic-net#1629) 7f57d3d [fgnhgorch] Enable packet flow when no FG ECMP neighbors are resolved (sonic-net#1900) 08d009f Mux state order change (sonic-net#1902) sonic-utilities: 1bc0f07 Provide support to install platform extensions (sonic-net#1578) 968c781 [config reload] Removed job-mode for sonic.target restart (sonic-net#1820)
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…tically (#25609) #### Why I did it src/sonic-sairedis ``` * c7a61be0 - (HEAD -> 202511, origin/202511) Fix switch stat counters by using get_stats_ext instead of get_stats (sonic-net#1775) (3 hours ago) [mssonicbld] * 4f1d7d99 - Revert "Temp workaround for sonic-buildimage issue 23387 (sonic-net#1629)" (sonic-net#1758) (13 hours ago) [mssonicbld] * 7c5f17d2 - [ci] Install redis from Debian (sonic-net#1778) (24 hours ago) [mssonicbld] * ec4a54d5 - Fix dash meter COUNTERS_DB keys to use VID instead of RID (sonic-net#1750) (4 days 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.
Signed-off-by: Nazarii Hnydyn nazariig@mellanox.com
Description of PR
Summary:
Fast-Reboot test uses random generator to pick up an arbitrary IP address from the
default_ip_rangesubnet:https://github.com/Azure/sonic-mgmt/blob/201811/ansible/roles/test/files/ptftests/advanced-reboot.py#L504
Sometimes it may overlap with the DUT VLAN IP subnet which will result in packet drops:
DUT IP config:
VLAN IP:
FAST-REBOOT VLAN IP range (old):
FAST-REBOOT VLAN IP range (new):
Type of change
Approach
How did you do it?
default_ip_rangesubnetHow did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation