| Commit message (Expand) | Author | Age | Files | Lines |
* | ospf6d: Handle Premature Aging of LSAs | Chirag Shah | 2018-02-15 | 1 | -0/+34 |
* | ospf6d: Add protocol stats and show command | Chirag Shah | 2018-01-16 | 1 | -2/+30 |
* | ospf6d: Handle lsupdate upto max ospf6 payload | Chirag Shah | 2017-10-17 | 1 | -31/+105 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -4/+4 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -4/+4 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -2270/+2237 |
* | Merge pull request #820 from opensourcerouting/gcc7 | Donald Sharp | 2017-07-14 | 1 | -2/+2 |
|\ |
|
| * | *: fix GCC 7 switch/case fallthrough warnings | David Lamparter | 2017-07-14 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactor | David Lamparter | 2017-07-14 | 1 | -11/+9 |
|\| |
|
| * | *: 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 |
* | | ospf6d: use macro for LSDB walks | David Lamparter | 2017-07-11 | 1 | -16/+8 |
|/ |
|
* | *: 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 |