]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_interface.c
ospf6d: fix integrated config
authorDinesh Dutt <ddutt@cumulusnetworks.com>
Mon, 26 Aug 2013 03:40:37 +0000 (03:40 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 20 Nov 2013 09:35:59 +0000 (10:35 +0100)
commitba960d5ae43e49991ed70fbe9ffa2e4567437a31
tree8ffe0291edf209d936ce874c7a7104369f611e7e
parenta0edf6740e8203abec1ee3efa344a417c16fec7b
ospf6d: fix integrated config

With integrated config, the line defining an interface to be p2p is defined
before assigning the interface to an area. When during the interface
transition, there is an attempt to generate a router LSA, the process
crashes. This fix addresses that.

Signed-off-by: Dinesh G Dutt <ddutt at cumulusnetworks.com>
Reviewed-by: Pradosh Mohapatra <pmohapat at cumulusnetworks.com>
Reviewed-by: Scott Feldman <sfeldma at cumulusnetworks.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
ospf6d/ospf6_interface.c