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
IPv4 route with link local nexthop is not installed in the hardware. Previously a similar issue was raised #8606 which was fixed by supporting IPv4 link local nexthops sonic-net/sonic-swss#1903
However a change was introduced to ignore IPv4 link local next hops for dual ToR scenario. sonic-net/sonic-swss#2260. Due to this the nexthop is not resolved and thus the routes are not programmed in the hardware.
(paste your output here or download and attach the file here )
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
dgsudharsan
changed the title
IPv4 routes with link local next hops are not installed in the hardware
[Link-local]IPv4 routes with link local next hops are not installed in the hardware
Aug 24, 2022
Description
IPv4 route with link local nexthop is not installed in the hardware. Previously a similar issue was raised #8606 which was fixed by supporting IPv4 link local nexthops sonic-net/sonic-swss#1903
However a change was introduced to ignore IPv4 link local next hops for dual ToR scenario. sonic-net/sonic-swss#2260. Due to this the nexthop is not resolved and thus the routes are not programmed in the hardware.
127.0.0.1:6379> hgetall "ROUTE_TABLE:10.0.0.22/31"
127.0.0.1:6379> keys NEIGH
127.0.0.1:6379> hgetall "NEIGH_RESOLVE_TABLE:Ethernet8:169.254.0.1"
Steps to reproduce the issue:
Describe the results you received:
Routes are not pushed to ASIC DB
Describe the results you expected:
Routes with IPv4 link local next hop should be pushed to ASIC DB
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: