summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_flood.c
Commit message (Collapse)AuthorAgeFilesLines
* *.c: Change level of debug messages to LOG_DEBUG.hasso2004-12-241-48/+48
|
* 2004-11-05 Phil Spagnolo <phillip.a.spagnolo@boeing.com>gdt2004-11-051-1/+1
| | | | | | | | | * 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.
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-7/+7
|
* Merge svn revision 975 from Zebra repository.hasso2004-09-011-46/+115
|
* Merge svn revision 954 from Zebra cvs.hasso2004-08-261-3/+4
|
* SVN revisions 935-940 merge from Zebra CVS.hasso2004-08-251-2/+8
|
* Merge svn revisions 924 and 925 from Zebra CVS. Also remove uselesshasso2004-08-191-2/+13
| | | | | ospf6_lsdb prototype declaration from ospf6_lsa.h. Report sent to Yasuhiro Ohara as well.
* SVN revisions 916-920 from Zebra. ABR support is almost done.hasso2004-08-151-406/+480
|
* Update to latest (really :) ospf6d from Zebra repository and some tinyhasso2004-05-181-0/+25
| | | | fixes.
* Forgot these.hasso2004-05-181-0/+861