Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1009 from donaldsharp/show_cmds | David Lamparter | 2017-08-21 | 1 | -1/+17 |
|\ | |||||
| * | *: Add 'show debugging' command from vtysh | Donald Sharp | 2017-08-21 | 1 | -1/+17 |
* | | Merge pull request #929 from opensourcerouting/hooks-doc-irdp | Donald Sharp | 2017-08-21 | 1 | -7/+3 |
|\ \ | |/ |/| | |||||
| * | *: centralize some exit cleanup into libfrr | David Lamparter | 2017-08-15 | 1 | -7/+3 |
* | | ospf6d: Remove ospf6d version string | Donald Sharp | 2017-08-20 | 2 | -21/+0 |
|/ | |||||
* | Merge pull request #911 from opensourcerouting/non-recursive-2 | Donald Sharp | 2017-08-09 | 4 | -44/+77 |
|\ | |||||
| * | build: non-recursive ospf* | David Lamparter | 2017-08-04 | 4 | -44/+77 |
* | | ospf6: Fix DEBUG compiling error | ßingen | 2017-08-09 | 1 | -2/+1 |
|/ | |||||
* | Merge pull request #870 from chiragshah6/mdev | David Lamparter | 2017-08-04 | 8 | -28/+41 |
|\ | |||||
| * | ospf6d: adjust changes per PR 870 review | Chirag Shah | 2017-07-31 | 2 | -10/+15 |
| * | ospf6d: Fix memory leaks | Chirag Shah | 2017-07-27 | 9 | -40/+48 |
* | | ospf6d: New version of GCC with new warnings | Donald Sharp | 2017-07-28 | 4 | -7/+7 |
|/ | |||||
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 5 | -25/+15 |
* | ospf6d: crash in ospf6_lsdb_show | Daniel Walton | 2017-07-18 | 1 | -2/+4 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 5 | -15/+25 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 39 | -17856/+17046 |
* | Merge pull request #820 from opensourcerouting/gcc7 | Donald Sharp | 2017-07-14 | 3 | -3/+4 |
|\ | |||||
| * | *: fix GCC 7 warnings/issues | David Lamparter | 2017-07-14 | 1 | -1/+1 |
| * | *: fix GCC 7 switch/case fallthrough warnings | David Lamparter | 2017-07-14 | 2 | -2/+3 |
* | | Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactor | David Lamparter | 2017-07-14 | 16 | -532/+491 |
|\| | |||||
| * | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 4 | -12/+12 |
| |\ | |||||
| | * | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 4 | -13/+13 |
| * | | *: remove VTYNL, part 6 of 6 | David Lamparter | 2017-07-14 | 3 | -69/+69 |
| * | | *: remove VTYNL, part 5 of 6 | David Lamparter | 2017-07-14 | 1 | -3/+2 |
| * | | *: remove VTYNL, part 4 of 6 | David Lamparter | 2017-07-14 | 13 | -339/+302 |
| * | | *: remove VTYNL, part 3 of 6 | David Lamparter | 2017-07-14 | 2 | -8/+6 |
| * | | *: remove VTYNL, part 2 of 6 | David Lamparter | 2017-07-14 | 15 | -79/+79 |
| * | | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 1 | -2/+2 |
| * | | ospf6d: VNL -> VTYNL | David Lamparter | 2017-07-14 | 14 | -344/+344 |
| * | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 6 | -21/+21 |
| * | | lib: move \n vs. \r\n handling into vty code | David Lamparter | 2017-07-13 | 1 | -1/+0 |
| |/ | |||||
* | | ospf6d: rewrite ospf6_lsdb_lookup_next() | David Lamparter | 2017-07-11 | 1 | -30/+4 |
* | | ospf6d: rewrite LSDB iteration | David Lamparter | 2017-07-11 | 2 | -154/+74 |
* | | ospf6d: use macro for LSDB walks | David Lamparter | 2017-07-11 | 10 | -99/+61 |
* | | lib: add some abstraction guards for table code | David Lamparter | 2017-07-11 | 1 | -0/+3 |
|/ | |||||
* | *: fix excess docstring | Quentin Young | 2017-07-05 | 2 | -5/+1 |
* | ospf6d: Fix zclient cleanup on shutdown | Donald Sharp | 2017-06-30 | 1 | -1/+4 |
* | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 1 | -2/+2 |
* | *: s/VTY_NEWLINE/VTYNL/g | Quentin Young | 2017-06-29 | 1 | -2/+2 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 6 | -33/+28 |
* | Merge pull request #754 from qlyoung/fix-argv-arg | Russ White | 2017-06-29 | 2 | -14/+14 |
|\ | |||||
| * | *: use ->text and strmatch where appropriate | Quentin Young | 2017-06-27 | 2 | -14/+14 |
* | | Merge pull request #759 from qlyoung/remove-vty-argparsers | Jafar Al-Gharaibeh | 2017-06-29 | 3 | -6/+6 |
|\ \ | |||||
| * | | *: remove VTY_GET_* | Quentin Young | 2017-06-27 | 3 | -6/+6 |
| |/ | |||||
* | | ospf6d: add buffer length check to ifmtu changes | Don Slice | 2017-06-28 | 1 | -2/+13 |
* | | ospf6d: fix ifmtu settings when kernel changes values | Don Slice | 2017-06-26 | 2 | -7/+30 |
|/ | |||||
* | *: simplify log message lookup | Quentin Young | 2017-06-21 | 1 | -7/+7 |
* | Merge branch 'stable/3.0' | David Lamparter | 2017-06-13 | 1 | -2/+7 |
|\ | |||||
| * | ospf6d: fix heap uaf | Quentin Young | 2017-06-06 | 1 | -2/+7 |
* | | Merge branch 'stable/3.0' | David Lamparter | 2017-06-06 | 1 | -13/+17 |
|\| |