]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_spf.c
ospf6d: schedule SPF to run on events rather than directly on each event.
authorDinesh Dutt <ddutt@cumulusnetworks.com>
Sat, 24 Aug 2013 07:54:09 +0000 (07:54 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 8 Nov 2013 02:15:30 +0000 (18:15 -0800)
commit3810e06eebe14f75c66fb17a88574384573e95fa
tree0e7ba30d0b24d1ea874eb257b78fdeed2eaebf4c
parent8551e6dadce41fb87a61767af723cb25ae611a04
ospf6d: schedule SPF to run on events rather than directly on each event.

OSPV3 SPF triggers on every SPF-able event instead of using timers the way
OSPFv2 does. This patch makes SPF be triggered/throttled similar to OSPFv2.
It adds a command to quagga identical to the OSPFv2 equivalent to configure
these timers.
Summary:

Signed-off-by: Dinesh Dutt <ddutt at cumulusnetworks.com>
Reviewed-by: Scott Feldman <sfeldma at cumulusnetworks.com>
[DL: removed reference to oa->ts_spf for rebase]
[DL: killed timeval_subtract]
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
doc/ospf6d.texi
ospf6d/ospf6_area.c
ospf6d/ospf6_interface.c
ospf6d/ospf6_spf.c
ospf6d/ospf6_spf.h
ospf6d/ospf6_top.c
ospf6d/ospf6_top.h