You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BACKPORT of #2722
What I did
In case user has configured an IPv6 address on an interface in CONFIG DB in non simplified form like 2000:31:0:0::1/64 it is present in a simplified form in ASIC_DB. This leads to route_check failure since it just compares strings.
How I did it
Convert prefix string using ip_network().
How to verify it
UT replicates the issue.
Signed-off-by: Stepan Blyschak <[email protected]>
0 commit comments