On 26 November 2014 at 18:24, Mike Belopuhov <[email protected]> wrote: > More rdomain checks are needed to be able to use the same subnet > in a back to back connection between IPv6 rdomains as pointed out > by mpi@. > > OK? >
I've been asked to provide a bit of clarification. nd_prefix list accumulates configured network prefixes for ND purposes. With rdomains one can have the same prefix configured on different interfaces. Routing table handles it by having a table of tree heads indexed by the rdomain while IPv6 global lists can store all entries on the same list and check the rdomain (or interface) when performing lookups. This diff adds these checks.
