| Commit message (Expand) | Author | Age | Files | Lines |
* | *: use monotime() | David Lamparter | 2017-01-23 | 1 | -2/+2 |
* | *: kill useless if(...) after VTY_DECLVAR_CONTEXT | David Lamparter | 2016-12-09 | 1 | -6/+0 |
* | *: coccinelle-replace vty->index | David Lamparter | 2016-12-09 | 1 | -22/+16 |
* | ospfd, ospf6d: add qobj registrations | David Lamparter | 2016-12-09 | 1 | -0/+4 |
* | Merge remote-tracking branch 'osr/master' into vtysh-grammar | Quentin Young | 2016-12-06 | 1 | -0/+4 |
|\ |
|
| * | *: fix up DEFUNs without install_element calls | David Lamparter | 2016-12-05 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'osr_private_quagga/queue/osr/vtysh-generic' int... | Quentin Young | 2016-12-02 | 1 | -2/+3 |
|\| |
|
| * | vtysh: fix some macro breakage | David Lamparter | 2016-11-23 | 1 | -2/+3 |
* | | all: Fix all underfull doc strings | Quentin Young | 2016-11-30 | 1 | -1/+2 |
|/ |
|
* | all: Fix underfull doc strings, part 1 | Quentin Young | 2016-11-05 | 1 | -9/+2 |
* | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-21 | 1 | -2/+260 |
|\ |
|
| * | ospf6d: implement admin distance | Maitane Zotes | 2016-10-20 | 1 | -0/+185 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 1 | -5/+0 |
|\| |
|
| * | *: Consolidate all double VIEW_NODE and ENABLE_NODE's | Donald Sharp | 2016-10-08 | 1 | -9/+0 |
* | | *: rename all instances of OSPFv6 to OSPF6 or OSPFv3 | Renato Westphal | 2016-10-13 | 1 | -1/+1 |
* | | all: added some missing <>s within []s | Daniel Walton | 2016-09-30 | 1 | -1/+1 |
* | | ospf6d: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-30 | 1 | -72/+19 |
* | | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+6 |
* | | ospf6d: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -11/+17 |
* | | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -4/+4 |
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -49/+47 |
* | | ospf6d: argv update | Daniel Walton | 2016-09-23 | 1 | -60/+15 |
|/ |
|
* | ospfd/ospf6d/zebra: Change interface bandwidth range and auto-cost range to 100G | Don Slice | 2016-06-13 | 1 | -1/+1 |
* | *: use long long to print time_t | David Lamparter | 2016-05-30 | 1 | -2/+3 |
* | Enable OSPF "log-adjacency-changes" by default | Daniel Walton | 2015-11-03 | 1 | -7/+14 |
* | ospfd: ospfd-warnings.patch | Donald Sharp | 2015-05-20 | 1 | -18/+1 |
* | Command to adjust min-arrival value in Milliseconds. | Donald Sharp | 2015-05-20 | 1 | -0/+81 |
* | ospf6d: ospfv3-show-cmds-instance-check-fix.patch | Donald Sharp | 2015-05-20 | 1 | -0/+8 |
* | ospf6d: ospfv3-abr-ecmp-support.patch | Donald Sharp | 2015-05-20 | 1 | -0/+2 |
* | ospf6d: add "auto-cost reference-bandwidth" command | Vincent Bernat | 2014-03-21 | 1 | -0/+6 |
* | ospf6d: improve ordered shutdown | Christian Franke | 2014-03-18 | 1 | -8/+20 |
* | ospf6d: add SPF logs, statistics, and display of SPF parameters | Dinesh Dutt | 2013-11-08 | 1 | -1/+28 |
* | ospf6d: add 'log-adjacency-changes [detail]' | Dinesh Dutt | 2013-11-08 | 1 | -0/+73 |
* | ospf6d: add overload support | Dinesh Dutt | 2013-11-08 | 1 | -0/+117 |
* | ospf6d: reinvoke MaxAge remover thread if not all MaxAge LSAs were flushed. | Dinesh Dutt | 2013-11-08 | 1 | -6/+26 |
* | ospf6d: schedule SPF to run on events rather than directly on each event. | Dinesh Dutt | 2013-11-08 | 1 | -0/+7 |
* | ospf6d: spelling | Denis Ovsienko | 2011-09-27 | 1 | -8/+8 |
* | ospf6d: Have ospf6d cleanup when it terminates normally | Tom Goff | 2011-03-21 | 1 | -3/+6 |
* | ospf6d: remove dead code | Stephen Hemminger | 2009-12-10 | 1 | -0/+2 |
* | Convert ospf6d over to quagga_gettime() wrappers. | Takashi Sogabe | 2009-06-22 | 1 | -2/+2 |
* | [ospf6d] Remove 'no router' from OSPF6_NODE | Stephen Hemminger | 2009-06-18 | 1 | -1/+0 |
* | [ospf6d] Fix ospf6d crash if removing interface with no area | Jon | 2009-06-18 | 1 | -0/+7 |
* | [ospf6] Add no router ospf6 | Jon | 2009-06-18 | 1 | -0/+1 |
* | [cleanup] Make command nodes static | Stephen Hemminger | 2009-06-12 | 1 | -1/+1 |
* | [cleanup] Convert XMALLOC/memset to XCALLOC | Stephen Hemminger | 2009-06-12 | 1 | -2/+1 |
* | [trivia] finish off static'ification of ospf6d and ripngd | Paul Jakma | 2008-08-22 | 1 | -18/+18 |
* | [ospf6d] GNU Zebra #3562: ABR Crash fix, memory fixes, route table debugs | Paul Jakma | 2006-05-15 | 1 | -3/+7 |
* | [ospf6d] Import GNU Zebra CVSps#3559: Fix inter-area as-ext bug, cleanup debug | Paul Jakma | 2006-05-15 | 1 | -0/+27 |
* | 2005-04-07 Paul Jakma <paul.jakma@sun.com> | paul | 2005-04-07 | 1 | -44/+24 |
* | Better common router-id handling. | hasso | 2004-10-11 | 1 | -3/+7 |