diff options
author | Gergely Risko <[email protected]> | 2023-01-19 14:40:41 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-01-23 11:17:37 +0000 |
commit | 9f535c870e493841ac7be390610ff2edec755762 (patch) | |
tree | 00a7ffc83e46c93bd89d3217ddeeafd1885eb075 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 0ad999c1eec879f06cc52ef7df4d0dbee4a2d7eb (diff) |
ipv6: fix reachability confirmation with proxy_ndp
When proxying IPv6 NDP requests, the adverts to the initial multicast
solicits are correct and working. On the other hand, when later a
reachability confirmation is requested (on unicast), no reply is sent.
This causes the neighbor entry expiring on the sending node, which is
mostly a non-issue, as a new multicast request is sent. There are
routers, where the multicast requests are intentionally delayed, and in
these environments the current implementation causes periodic packet
loss for the proxied endpoints.
The root cause is the erroneous decrease of the hop limit, as this
is checked in ndisc.c and no answer is generated when it's 254 instead
of the correct 255.
Cc: [email protected]
Fixes: 46c7655f0b56 ("ipv6: decrease hop limit counter in ip6_forward()")
Signed-off-by: Gergely Risko <[email protected]>
Tested-by: Gergely Risko <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions