]> git.puffer.fish Git - mirror/frr.git/commit
2004-11-05 Phil Spagnolo <phillip.a.spagnolo@boeing.com>
authorgdt <gdt>
Fri, 5 Nov 2004 18:42:27 +0000 (18:42 +0000)
committergdt <gdt>
Fri, 5 Nov 2004 18:42:27 +0000 (18:42 +0000)
commit6639a04da2c5ac6bfa0d5eff006637fb6f1372ee
tree8841c4f47f61c6a67703cefc265164f5666c3a79
parent95e74e54bfd2fac8f6787b7c3670f7e057daa3e9
2004-11-05 Phil Spagnolo <phillip.a.spagnolo@boeing.com>
       * ospf6_flood.c:  When adding a thread to retransmit an lsa after
    rxmt_interval, the ospf6d used thread_add_event().  However,
    thread_add_event() executes immediately and ignores the delay parameter.
    This was causing unnecesary unicast LSU sends.  Adding the thread has
    been changed to use thread_add_timer() which will expire after delay.
    After the fix results appear consistent with expectation.
ospf6d/ChangeLog
ospf6d/ospf6_flood.c