]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_vty.c
ospfd: Some small tweaks to the SPF execution reason patch
authorPaul Jakma <paul@opensourcerouting.org>
Thu, 9 Oct 2014 13:19:51 +0000 (14:19 +0100)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 20:46:24 +0000 (20:46 +0000)
commitd3a9c768789d10ba8b947510eb20bdc20a336224
treeec5b8372b71ddf89dd93641aa6d482d2c57755a0
parent7498d58d56705851de9db5f5676aaa7da3ebe35b
ospfd: Some small tweaks to the SPF execution reason patch

* ospf_spf.h: use an enum for the reason, and have it as a new argument to
  ospf_spf_calculate_schedule, no need for additional call, and let compiler
  do the checking.
* ospf_spf.c: format changes - Quagga coding style places function names
  at the start of a new line, for easy grepping for definition.
  (ospf_spf_calculate_timer) Change the log format of SPF execution time to
  avoid ginormous line, and make logging conditional, as is the norm.

(cherry picked from commit b6eef003e1a79471addea0b01853b08aed812cc8)

Conflicts:
ospfd/ospf_spf.c
ospfd/ospf_abr.c
ospfd/ospf_asbr.c
ospfd/ospf_lsa.c
ospfd/ospf_spf.c
ospfd/ospf_spf.h
ospfd/ospf_vty.c