]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_intra.c
ospf6d : Intra area route for connected prefix not installed
authorSoman K S <somanks@gmail.com>
Sun, 4 Oct 2020 16:30:07 +0000 (22:00 +0530)
committerSoman K S <somanks@gmail.com>
Sun, 4 Oct 2020 16:30:07 +0000 (22:00 +0530)
commitcad3ca4cf947981f5cf9f08143b6d0c976775ee7
tree1e9a54790780196011ae85f66d85ceeed71fc758
parent4b40d5ffb0c34d4e99dd121085b46d4f4a896b72
ospf6d : Intra area route for connected prefix not installed

Issue: When ospfv3 is configured on interface between routers in different network,
       the intra area route for the remote connected prefix is not installed in ospf
       route table and zebra

Fix: When the advertising router is directly connected but in different network
     the interface lookup in the intra area lsa processing does not provide
     the matching interface and valid nexthop. Therefore the nexthop is
     copied from the link state entry which contains valid
     ifindex required for installing the route.

Signed-off-by: kssoman <somanks@gmail.com>
ospf6d/ospf6_intra.c