In preparation for adding support for reachability testing over IPv6
(in bridge authorities to begin with), let's move last_reachable and
testing_since from routerinfo_t to node_t. routerinfo_t is supposed
to be imutable so it'd be sad to add more mutable members to it now.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
Maybe nodelist_replace_routerinfo and nodelist_add_routerinfo should get rolled into one function that takes the new routerinfo and does the right thing.
A suggested approach for merging nodelist_replace_routerinfo and
nodelist_add_routerinfo into a single function can be found in commit
6096b76d, branch bug5529_rebased. Would we want a sentence in the
changes file for this change too?
Implemented in the branch "tickets_5529_5534_5974_6406" based on Linus's enh6404, based on my ipv6-phase3-0711, based on Linus's ipv6-phase3-0711, etc etc.
Merged that branch.
Trac: Resolution: N/Ato implemented Status: needs_review to closed