Merged
Conversation
Contributor
Author
daall
reviewed
Oct 27, 2020
Function `is_ipv6_address` and `is_ipv4_address` use `ipaddress` as function argument, which override the module in global namespace. Signed-off-by: Longxiang Lyu <lolv@microsoft.com>
f6b60b2 to
9db65f6
Compare
pavel-shirshov
approved these changes
Oct 28, 2020
daall
approved these changes
Oct 28, 2020
Contributor
Author
|
Retest this please |
4 similar comments
Contributor
Author
|
Retest this please |
Contributor
Author
|
Retest this please |
Contributor
Author
|
Retest this please |
Contributor
Author
|
Retest this please |
Contributor
|
@lolyu - is this indeed needing cherry-pick to 201911? I just did "show ipv6 bgp summary" in 20191130 and don't see the issue. Thanks. |
Contributor
Author
|
hi @rlhui, yes, it is. I could reproduce when BGP is not in a healthy state, the command still broke. |
abdosi
pushed a commit
that referenced
this pull request
Feb 12, 2021
Function `is_ipv6_address` and `is_ipv4_address` use `ipaddress` as function argument, which override the module in global namespace. Signed-off-by: Longxiang Lyu <lolv@microsoft.com>
stepanblyschak
pushed a commit
to stepanblyschak/sonic-utilities
that referenced
this pull request
Apr 28, 2022
603ac53 (HEAD -> 201911, origin/201911) Advertise ipv6 link local address (sonic-net#1402) 9b0680c [acl_loader] Fix default DENY rule for V6 dataplane ACLs (sonic-net#1281) 25e64ce [show] Fix `show ip bgp sum` (sonic-net#1194) 4709da0 Revert "Add FW dump with new SAI implementation (sonic-net#1298)" (sonic-net#1408) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
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.
Function
is_ipv6_addressandis_ipv4_addressuseipaddressasfunction argument, which override the module in global namespace.
Fix sonic-net/sonic-buildimage#5440
Signed-off-by: Longxiang Lyu lolv@microsoft.com
- 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)