-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[minigraph]: Fix gateway address type issue #2263
Conversation
Exception: Invalid input of type: 'IPv6Address'. Convert to a byte, string or number first Invalid input of type: 'IPv4Address'. Convert to a byte, string or number first This field needs to be converted into string first. Signed-off-by: Shu0T1an ChenG <[email protected]>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a correct fix. We'll need to fix in the sonic-py-swsssdk library.
This bug must be introduced by the recent python-redis library upgrade to 3.01. Our code is incompatible with the new lib. I believe modifying line 140 of sonic-py-swsssdk/src/swsssdk/configdb.py to |
ok thanks! |
i'd like to have the fix soon since it's breaking the current master 😭 |
…mentation (#11246) *805f4bb [201911] Add SAI_INGRESS_PRIORITY_GROUP_STAT_DROPPED_PACKETS counter, create new FlexCounter group (#2263) Signed-off-by: Andriy Yurkiv <[email protected]>
Exception:
Invalid input of type: 'IPv6Address'. Convert to a byte, string or number first
Invalid input of type: 'IPv4Address'. Convert to a byte, string or number first
This field needs to be converted into string first.
Signed-off-by: Shu0T1an ChenG [email protected]