| Commit message (Expand) | Author | Age | Files | Lines |
* | ripngd: fix clang warning | Vincent JARDIN | 2017-10-08 | 1 | -1/+1 |
* | *: use argv[]->text instead of argv[]->arg when appropriate | Renato Westphal | 2017-10-06 | 1 | -12/+4 |
* | *: Convert list_free usage to list_delete | Donald Sharp | 2017-10-05 | 1 | -3/+2 |
* | *: Convert list_delete(struct list *) to ** to allow nulling | Donald Sharp | 2017-10-05 | 3 | -3/+3 |
* | *: fix segfault when sending more than MULTIPATH_NUM nexthops | Renato Westphal | 2017-09-21 | 1 | -0/+2 |
* | *: make all daemons call frr_fini() on exit | Renato Westphal | 2017-09-12 | 1 | -0/+1 |
* | Merge pull request #1075 from donaldsharp/rip_metric | David Lamparter | 2017-09-05 | 1 | -18/+24 |
|\ |
|
| * | lib, ospfd, ripd, ripngd: Fix 'set metric' | Donald Sharp | 2017-08-29 | 1 | -18/+24 |
* | | Merge pull request #1078 from dwalton76/ospfd-network-cmd-warning | Renato Westphal | 2017-08-31 | 1 | -4/+4 |
|\ \ |
|
| * | | *: return CMD_WARNING if command was already configured | Daniel Walton | 2017-08-31 | 1 | -4/+4 |
| |/ |
|
* | | Merge pull request #1044 from donaldsharp/combination | Jafar Al-Gharaibeh | 2017-08-31 | 1 | -0/+2 |
|\ \ |
|
| * | | *: fix assorted issues detected by Coverity Scan | Renato Westphal | 2017-08-25 | 1 | -0/+2 |
| |/ |
|
* / | *: remove empty "interface XYZ" config blocks | David Lamparter | 2017-08-29 | 1 | -2/+2 |
|/ |
|
* | *: use zapi_route to send/receive redistributed routes as well | Renato Westphal | 2017-08-24 | 1 | -58/+18 |
* | ripd/ripngd: use the new API to send routes to zebra | Renato Westphal | 2017-08-23 | 1 | -33/+18 |
* | *: remove leftovers from "router zebra" | Renato Westphal | 2017-08-23 | 1 | -56/+0 |
* | *: reduce excessive indentation in a few places | Renato Westphal | 2017-08-23 | 1 | -93/+88 |
* | Merge pull request #1009 from donaldsharp/show_cmds | David Lamparter | 2017-08-21 | 1 | -6/+6 |
|\ |
|
| * | *: Add 'show debugging' command from vtysh | Donald Sharp | 2017-08-21 | 1 | -6/+6 |
* | | lib: replace if_add_hook with hook_* logic | David Lamparter | 2017-08-15 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #911 from opensourcerouting/non-recursive-2 | Donald Sharp | 2017-08-09 | 4 | -29/+47 |
|\ |
|
| * | build: non-recursive ripd & ripngd | David Lamparter | 2017-08-04 | 4 | -29/+47 |
* | | *: Define the number of seconds in a Day, Week and year | Donald Sharp | 2017-08-08 | 1 | -4/+0 |
|/ |
|
* | ripngd: Fix failure returned with some debug commands | Donald Sharp | 2017-07-24 | 1 | -3/+3 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 3 | -13/+7 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 3 | -7/+13 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 15 | -5019/+4768 |
* | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 5 | -31/+31 |
|\ |
|
| * | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 5 | -31/+31 |
* | | *: remove VTYNL, part 6 of 6 | David Lamparter | 2017-07-14 | 2 | -9/+7 |
* | | *: remove VTYNL, part 4 of 6 | David Lamparter | 2017-07-14 | 1 | -12/+7 |
* | | *: remove VTYNL, part 2 of 6 | David Lamparter | 2017-07-14 | 1 | -4/+4 |
* | | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 1 | -4/+4 |
* | | *: ditch vty_outln(), part 2 of 2 | David Lamparter | 2017-07-14 | 1 | -4/+4 |
* | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 6 | -71/+71 |
|/ |
|
* | ripngd: Fix zclient cleanup on shutdown | Donald Sharp | 2017-06-30 | 3 | -0/+9 |
* | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 1 | -4/+4 |
* | *: s/VTY_NEWLINE/VTYNL/g | Quentin Young | 2017-06-29 | 2 | -12/+12 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 6 | -125/+99 |
* | *: remove VTY_GET_* | Quentin Young | 2017-06-27 | 1 | -3/+3 |
* | Merge branch 'stable/3.0' | David Lamparter | 2017-06-13 | 1 | -0/+3 |
|\ |
|
| * | ripngd: fix packet buffer memleak | Quentin Young | 2017-06-06 | 1 | -0/+3 |
| * | Address the error "Dead assignment" of static analysif | Hung-Weic Chiu | 2017-05-10 | 1 | -6/+6 |
* | | ripngd: Let ripng announce interface turned on for usage. | Donald Sharp | 2017-05-28 | 1 | -8/+5 |
* | | ripngd: Fix missing newlines at end of help strings | Donald Sharp | 2017-05-28 | 2 | -5/+5 |
* | | Merge pull request #537 from donaldsharp/vrf_stuff | David Lamparter | 2017-05-17 | 1 | -1/+1 |
|\ \ |
|
| * | | *: Consolidate vrf_hooks into vrf_init | Donald Sharp | 2017-05-16 | 1 | -1/+1 |
* | | | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 16 | -64/+48 |
|/ / |
|
* | | Address the error "Dead assignment" of static analysif | Hung-Weic Chiu | 2017-05-10 | 1 | -6/+6 |
* | | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 2 | -7/+9 |