]> git.puffer.fish Git - mirror/frr.git/commit
[ospfd] Bug #134, ospfd should be more robust to backward time change
authorPaul Jakma <paul.jakma@sun.com>
Sun, 27 Aug 2006 06:49:29 +0000 (06:49 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Sun, 27 Aug 2006 06:49:29 +0000 (06:49 +0000)
commit2518efd15b75687d4791a5eb4b0d7febc36cffbc
tree075b833f292ba3e64117a9ffb440578c70be5a2a
parentdb9c0df934e62835bc09604a7ae7932693b4254a
[ospfd] Bug #134, ospfd should be more robust to backward time change

2006-08-25 Paul Jakma <paul.jakma@sun.com>

* (general) Bug #134. Be more robust to backward time changes,
  use the newly added libzebra time functions.
  In most cases: recent_time -> recent_relative_time()
  gettimeofday -> quagga_gettime (QUAGGA_CLK_MONOTONIC, ..)
  time -> quagga_time.
  (ospf_make_md5_digest) time() call deliberately not changed.
  (ospf_external_lsa_refresh) remove useless gettimeofday, LSA
  tv_orig time was already set in ospf_lsa_new, called via
  ospf_external_lsa_new.
ospfd/ChangeLog
ospfd/ospf_dump.c
ospfd/ospf_flood.c
ospfd/ospf_lsa.c
ospfd/ospf_nsm.c
ospfd/ospf_packet.c
ospfd/ospf_route.c
ospfd/ospf_spf.c
ospfd/ospf_vty.c
ospfd/ospfd.c