| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Track vrfs per nexthop not per route entry | Donald Sharp | 2018-02-09 | 1 | -1/+1 |
* | *: Send/receive the nexthop vrf_id | Donald Sharp | 2018-01-12 | 1 | -0/+1 |
* | *: Remove cvs control points | Donald Sharp | 2017-12-05 | 1 | -2/+0 |
* | *: Make zapi route install Notifications optional | Donald Sharp | 2017-11-27 | 1 | -1/+1 |
* | *: fix coverity warnings - resource leaks | Renato Westphal | 2017-10-24 | 1 | -6/+10 |
* | *: Modify zclient_init to require privs data | Donald Sharp | 2017-10-24 | 1 | -1/+1 |
* | ripngd: Make 'struct zebra_privs_t' available | Donald Sharp | 2017-10-24 | 3 | -5/+1 |
* | Merge pull request #1298 from opensourcerouting/iface-rb-tree | Donald Sharp | 2017-10-16 | 2 | -21/+21 |
|\ |
|
| * | *: use the FOR_ALL_INTERFACES abstraction from babeld | Renato Westphal | 2017-10-10 | 2 | -10/+10 |
| * | *: introduce new rb-tree to optimize interface lookup by ifindex | Renato Westphal | 2017-10-10 | 1 | -1/+1 |
| * | *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNAL | Renato Westphal | 2017-10-10 | 1 | -1/+1 |
| * | *: use rb-trees to store interfaces instead of sorted linked-lists | Renato Westphal | 2017-10-10 | 2 | -20/+20 |
* | | ripngd: Fix possible memory leak of route_node | Donald Sharp | 2017-10-10 | 1 | -0/+2 |
|/ |
|
* | 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 |