Improved route_check tool and adopt to 20191130 image.#898
Merged
renukamanavalan merged 3 commits intosonic-net:masterfrom May 2, 2020
Merged
Improved route_check tool and adopt to 20191130 image.#898renukamanavalan merged 3 commits intosonic-net:masterfrom
renukamanavalan merged 3 commits intosonic-net:masterfrom
Conversation
|
This pull request fixes 1 alert when merging 61a7a7e into 3471926 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 172d9df into 3471926 - view on LGTM.com fixed alerts:
|
…0' as local routes 2) Ensure to read route entry w/o prefix, if not present with prefix
|
This pull request fixes 1 alert when merging 8267876 into e747456 - view on LGTM.com fixed alerts:
|
prsunny
reviewed
Apr 30, 2020
Contributor
Author
|
lgtm says, I fixed an issue that was there in previous code. |
Contributor
|
is this needed for 201811 image? does not seem to match the title of this pr |
Contributor
|
201811 branch is only taking bug fixes at this point. |
rlhui
pushed a commit
that referenced
this pull request
May 10, 2020
* Changes:
1) Add syslog support.
2) Enable forever periodic scan
3) Skip link local addresses
4) Skip eth0 routes
3) Adopt to 20191130 changes
3.1) APPl-DB INTF_TABLE may not have IP address
3.2) nexthop is never empty
* No logical code change. A small name change.
* 1) Adopt to 201811 -- Filter out 'lo' & 'docker0' in addition to 'eth0' as local routes
2) Ensure to read route entry w/o prefix, if not present with prefix
abdosi
pushed a commit
to abdosi/sonic-utilities
that referenced
this pull request
Aug 4, 2020
* Changes:
1) Add syslog support.
2) Enable forever periodic scan
3) Skip link local addresses
4) Skip eth0 routes
3) Adopt to 20191130 changes
3.1) APPl-DB INTF_TABLE may not have IP address
3.2) nexthop is never empty
* No logical code change. A small name change.
* 1) Adopt to 201811 -- Filter out 'lo' & 'docker0' in addition to 'eth0' as local routes
2) Ensure to read route entry w/o prefix, if not present with prefix
stepanblyschak
pushed a commit
to stepanblyschak/sonic-utilities
that referenced
this pull request
Apr 28, 2022
[Vnet] Fix NameError for 'swsssdk' and align output (sonic-net#902) [config] Add 'interface transceiver' subgroup with 'lpmode' and 'reset' subcommands (sonic-net#904) Improved route_check tool and adopt to 20191130 image. (sonic-net#898)
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.
3.1) APPl-DB INTF_TABLE may not have IP address
3.2) nexthop is never empty
- What I did
- How I did it
- How to verify it
- Previous command output (if the output of a command-line utility has changed)
- New command output (if the output of a command-line utility has changed)