]> git.puffer.fish Git - mirror/frr.git/commit
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)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 17 Nov 2020 18:07:58 +0000 (21:07 +0300)
commit9a458835fb8b4f73898abac239d4079f6b1b1057
treeed78842aec7f62eb2bb1a6fca4a5d477f2fcc3e6
parentee3e14f93122ab571906b06aa5b7e7410291cbbd
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