mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-21 23:56:59 +08:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user