nd6: cache neighbour index for each next hop, not globally

See bug #47792

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
Simon Goldschmidt
2020-02-03 21:53:22 +01:00
parent dc41eabf5f
commit 84228d4f4b
2 changed files with 7 additions and 7 deletions

View File

@@ -94,6 +94,7 @@ struct nd6_destination_cache_entry {
ip6_addr_t destination_addr;
ip6_addr_t next_hop_addr;
u16_t pmtu;
u8_t cached_neighbor_idx;
u32_t age;
};