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
Changes were introduced by sonic-swss/pull/1506.
In nbrmgr.cpp Line: 216 a function tokenize has a wrong parsing logic for IPv6 address from APP_DB, because the delimiter for IPv6 (:) is the same as the delimiter for keys from APP_DB.
Steps to reproduce the issue:
Create VLAN
Assing IPv6 IP address to VLAN (for example: 2000:1::1/64)
Add the port to the VLAN
Send some traffic to the port from step 3 in order to learn the MAC address.
Put port to the DOWN state
Describe the results you received:
swss service crashed with the next logs: ERR swss#nbrmgrd: :- main: Runtime error: Error converting 2000 to IP address 2000 is the first octet of the assigned IPv6 address
Description
Changes were introduced by sonic-swss/pull/1506.
In nbrmgr.cpp Line: 216 a function
tokenize
has a wrong parsing logic forIPv6 address
fromAPP_DB
, because the delimiter forIPv6 (:)
is the same as the delimiter for keys fromAPP_DB
.Steps to reproduce the issue:
2000:1::1/64
)Describe the results you received:
swss
service crashed with the next logs:ERR swss#nbrmgrd: :- main: Runtime error: Error converting 2000 to IP address
2000
is the first octet of the assigned IPv6 addressshow techsupport
:sonic_dump_r-qa-sw-eth-20162_20210309_143539.tar.gz
The text was updated successfully, but these errors were encountered: