Currently, the routing lookup process populates the MRT table only if the AFI (Address Family Identifier) for each entry is IPv4. This PR adds support for IPv6 by also checking if the entry has an IPv6 AFI representation. Arbitrary tests show that no other changes are needed to support IPv6.
Currently, the routing lookup process populates the MRT table only if the AFI (Address Family Identifier) for each entry is IPv4. This PR adds support for IPv6 by also checking if the entry has an IPv6 AFI representation. Arbitrary tests show that no other changes are needed to support IPv6.