| Commit message (Expand) | Author | Age | Files | Lines |
* | *: remove VTYNL, part 4 of 6 | David Lamparter | 2017-07-14 | 1 | -5/+3 |
* | *: remove VTYNL, part 2 of 6 | David Lamparter | 2017-07-14 | 1 | -6/+6 |
* | ospf6d: VNL -> VTYNL | David Lamparter | 2017-07-14 | 1 | -9/+9 |
* | *: simplify log message lookup | Quentin Young | 2017-06-21 | 1 | -7/+7 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 1 | -17/+24 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -58/+44 |
* | *: use monotime() | David Lamparter | 2017-01-23 | 1 | -1/+1 |
* | *: remove quagga_gettime() return value checks | David Lamparter | 2017-01-23 | 1 | -4/+1 |
* | ospf6d: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-30 | 1 | -56/+14 |
* | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+2 |
* | ospf6d: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -14/+16 |
* | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -2/+2 |
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -38/+38 |
* | ospf6d: argv update | Daniel Walton | 2016-09-23 | 1 | -18/+18 |
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-08-18 | 1 | -2/+2 |
* | arm compilation failures. | Donald Sharp | 2015-07-30 | 1 | -1/+1 |
* | This is a fix to make sure router-LSA is updated when neighbor's interface ID... | Donald Sharp | 2015-05-20 | 1 | -2/+12 |
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 1 | -2/+2 |
* | ospf6d: solve segfaults with ospf6d on FreeBSD | Ingo Flaschberger | 2014-03-21 | 1 | -0/+7 |
* | ospf6d: improve ordered shutdown | Christian Franke | 2014-03-18 | 1 | -1/+1 |
* | ospf6d: don't change SeqNum on initial DbDesc message | Dinesh Dutt | 2013-11-08 | 1 | -1/+2 |
* | ospf6d: convert LSDB to use route_node, improve performance | Dinesh Dutt | 2013-11-08 | 1 | -8/+8 |
* | ospf6d: fix neighbor state machine (faster lsdb sync, RFC compliance) | Dinesh Dutt | 2013-11-08 | 1 | -27/+29 |
* | ospf6d: add p2p interface support | Dinesh Dutt | 2013-11-08 | 1 | -88/+141 |
* | ospf6d/ospfd: refactor some common defines | Dinesh Dutt | 2013-10-23 | 1 | -1/+1 |
* | *: use array_size() helper macro | Balaji.G | 2012-10-25 | 1 | -2/+1 |
* | ospf6d: fix compiler warning messages | Vyacheslav Trushkin | 2012-01-02 | 1 | -4/+5 |
* | ospf6d: decode message type with LOOKUP() | Denis Ovsienko | 2011-12-13 | 1 | -8/+16 |
* | ospf6d: make some old sizing checks assertions | Denis Ovsienko | 2011-12-13 | 1 | -90/+13 |
* | ospf6d: check MTU with message header size in mind | Dmitrij Tejblum | 2011-11-17 | 1 | -9/+17 |
* | ospf6d: CVE-2011-3323 (fortify packet reception) | Denis Ovsienko | 2011-09-26 | 1 | -73/+474 |
* | ospf6d: move named constants to ospf6d.h | Denis Ovsienko | 2011-08-27 | 1 | -2/+0 |
* | ospf6d: copy "mtu-ignore" option from ospfd | Dmitrij Tejblum | 2011-04-22 | 1 | -1/+1 |
* | ospf6d: Have ospf6d cleanup when it terminates normally | Tom Goff | 2011-03-21 | 1 | -0/+18 |
* | Convert ospf6d over to quagga_gettime() wrappers. | Takashi Sogabe | 2009-06-22 | 1 | -1/+1 |
* | [trivia] finish off static'ification of ospf6d and ripngd | Paul Jakma | 2008-08-22 | 1 | -20/+20 |
* | [ospf6d] GNU Zebra #3562: ABR Crash fix, memory fixes, route table debugs | Paul Jakma | 2006-05-15 | 1 | -2/+4 |
* | [ospf6d] GNU Zebra 3560: Call ospf6_maxage_remove when out of Exchange/Loading | Paul Jakma | 2006-05-15 | 1 | -2/+2 |
* | * ospf6_message.c: Changed to be insensitive to changes of neighbors' | hasso | 2005-06-24 | 1 | -30/+4 |
* | 2005-04-07 Paul Jakma <paul.jakma@sun.com> | paul | 2005-04-07 | 1 | -4/+2 |
* | *.c: Change level of debug messages to LOG_DEBUG. | hasso | 2004-12-24 | 1 | -121/+121 |
* | 2004-10-10 Paul Jakma <paul@dishone.st> | paul | 2004-10-10 | 1 | -17/+21 |
* | Remove usage of evil list and listnode typedefs. | hasso | 2004-09-23 | 1 | -1/+1 |
* | Merge svn revision 975 from Zebra repository. | hasso | 2004-09-01 | 1 | -8/+2 |
* | SVN revisions 935-940 merge from Zebra CVS. | hasso | 2004-08-25 | 1 | -3/+3 |
* | SVN revisions 916-920 from Zebra. ABR support is almost done. | hasso | 2004-08-15 | 1 | -57/+107 |
* | SVN revision 907 from Zebra cvs repository. | hasso | 2004-08-04 | 1 | -11/+12 |
* | Merge svn revision 855 from Zebra repository. | hasso | 2004-07-09 | 1 | -0/+4 |
* | Update to latest (really :) ospf6d from Zebra repository and some tiny | hasso | 2004-05-18 | 1 | -12/+42 |