summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_message.c
Commit message (Expand)AuthorAgeFilesLines
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-261-1/+1
* build/arm: Arm compilation warning fixDonald Sharp2015-09-241-1/+1
* *: nuke ^L (page feed)David Lamparter2014-06-041-2/+2
* ospf6d: solve segfaults with ospf6d on FreeBSDIngo Flaschberger2014-03-211-0/+7
* ospf6d: improve ordered shutdownChristian Franke2014-03-181-1/+1
* ospf6d: don't change SeqNum on initial DbDesc messageDinesh Dutt2013-11-071-1/+2
* ospf6d: convert LSDB to use route_node, improve performanceDinesh Dutt2013-11-071-8/+8
* ospf6d: fix neighbor state machine (faster lsdb sync, RFC compliance)Dinesh Dutt2013-11-071-27/+29
* ospf6d: add p2p interface supportDinesh Dutt2013-11-071-88/+141
* ospf6d/ospfd: refactor some common definesDinesh Dutt2013-10-221-1/+1
* *: use array_size() helper macroBalaji.G2012-10-251-2/+1
* ospf6d: fix compiler warning messagesVyacheslav Trushkin2012-01-021-4/+5
* ospf6d: decode message type with LOOKUP()Denis Ovsienko2011-12-131-8/+16
* ospf6d: make some old sizing checks assertionsDenis Ovsienko2011-12-131-90/+13
* ospf6d: check MTU with message header size in mindDmitrij Tejblum2011-11-171-9/+17
* ospf6d: CVE-2011-3323 (fortify packet reception)Denis Ovsienko2011-09-261-73/+474
* ospf6d: move named constants to ospf6d.hDenis Ovsienko2011-08-271-2/+0
* ospf6d: copy "mtu-ignore" option from ospfdDmitrij Tejblum2011-04-221-1/+1
* ospf6d: Have ospf6d cleanup when it terminates normallyTom Goff2011-03-211-0/+18
* Convert ospf6d over to quagga_gettime() wrappers.Takashi Sogabe2009-06-221-1/+1
* [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-221-20/+20
* [ospf6d] GNU Zebra #3562: ABR Crash fix, memory fixes, route table debugsPaul Jakma2006-05-151-2/+4
* [ospf6d] GNU Zebra 3560: Call ospf6_maxage_remove when out of Exchange/LoadingPaul Jakma2006-05-151-2/+2
* * ospf6_message.c: Changed to be insensitive to changes of neighbors'hasso2005-06-241-30/+4
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-4/+2
* *.c: Change level of debug messages to LOG_DEBUG.hasso2004-12-241-121/+121
* 2004-10-10 Paul Jakma <paul@dishone.st>paul2004-10-101-17/+21
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-1/+1
* Merge svn revision 975 from Zebra repository.hasso2004-09-011-8/+2
* SVN revisions 935-940 merge from Zebra CVS.hasso2004-08-251-3/+3
* SVN revisions 916-920 from Zebra. ABR support is almost done.hasso2004-08-151-57/+107
* SVN revision 907 from Zebra cvs repository.hasso2004-08-041-11/+12
* Merge svn revision 855 from Zebra repository.hasso2004-07-091-0/+4
* Update to latest (really :) ospf6d from Zebra repository and some tinyhasso2004-05-181-12/+42
* Ospf6d merge from Zebra repository with added privs stuff and mergedhasso2004-05-181-1507/+1609
* 2003-06-19 Paul Jakma <paul@dishone.st>paul2003-06-191-1/+1
* Initial revisionpaul2002-12-131-0/+1972