]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospfd.c
ospfd: kill totally misnamed "timers"
authorDavid Lamparter <equinox@diac24.net>
Mon, 29 Jul 2019 10:27:25 +0000 (12:27 +0200)
committerDavid Lamparter <equinox@diac24.net>
Fri, 2 Aug 2019 09:29:03 +0000 (11:29 +0200)
commitfa3c7c7e95638fcafef24fffcd0c49f1b11cc64d
tree30a2e1660dd70b3c3f44f33bcdeeddf87e5a036e
parente8a2cc5323a369d9da23336063c3ee4f73fed6a1
ospfd: kill totally misnamed "timers"

Neither ospf_external_lsa_originate_timer() nor
ospf_default_originate_timer() are actually timers.  They're only
executed on router-ID changes to refresh a particular LSA type.

Signed-off-by: David Lamparter <equinox@diac24.net>
ospfd/ospf_lsa.c
ospfd/ospf_lsa.h
ospfd/ospf_zebra.c
ospfd/ospfd.c
ospfd/ospfd.h