| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1215 from opensourcerouting/zapi_nexthops | Donald Sharp | 2017-09-22 | 1 | -0/+2 |
|\ |
|
| * | *: fix segfault when sending more than MULTIPATH_NUM nexthops | Renato Westphal | 2017-09-21 | 1 | -0/+2 |
* | | ripd: Free leaked memory on shutdown | Donald Sharp | 2017-09-21 | 1 | -0/+1 |
|/ |
|
* | *: make all daemons call frr_fini() on exit | Renato Westphal | 2017-09-12 | 1 | -0/+1 |
* | ripd: Fix warning about metric value less than 0 | Donald Sharp | 2017-09-05 | 1 | -2/+1 |
* | Merge pull request #1075 from donaldsharp/rip_metric | David Lamparter | 2017-09-05 | 1 | -16/+25 |
|\ |
|
| * | lib, ospfd, ripd, ripngd: Fix 'set metric' | Donald Sharp | 2017-08-29 | 1 | -16/+25 |
* | | Merge pull request #1078 from dwalton76/ospfd-network-cmd-warning | Renato Westphal | 2017-08-31 | 1 | -3/+3 |
|\ \ |
|
| * | | *: return CMD_WARNING if command was already configured | Daniel Walton | 2017-08-31 | 1 | -3/+3 |
| |/ |
|
* | | Merge pull request #1044 from donaldsharp/combination | Jafar Al-Gharaibeh | 2017-08-31 | 1 | -0/+1 |
|\ \ |
|
| * | | *: fix assorted issues detected by Coverity Scan | Renato Westphal | 2017-08-25 | 1 | -0/+1 |
| |/ |
|
* / | *: 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 | -52/+19 |
* | ripd/ripngd: use the new API to send routes to zebra | Renato Westphal | 2017-08-23 | 1 | -22/+14 |
* | *: remove leftovers from "router zebra" | Renato Westphal | 2017-08-23 | 1 | -53/+0 |
* | *: reduce excessive indentation in a few places | Renato Westphal | 2017-08-23 | 1 | -91/+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 | -40/+53 |
|\ |
|
| * | build: non-recursive ripd & ripngd | David Lamparter | 2017-08-04 | 4 | -40/+53 |
* | | *: Define the number of seconds in a Day, Week and year | Donald Sharp | 2017-08-08 | 1 | -4/+0 |
|/ |
|
* | ripd: Fix debug config failures | Donald Sharp | 2017-07-24 | 1 | -3/+3 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 4 | -13/+7 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 4 | -7/+13 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 13 | -6899/+6581 |
* | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 5 | -46/+46 |
|\ |
|
| * | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 5 | -46/+46 |
* | | *: remove VTYNL, part 6 of 6 | David Lamparter | 2017-07-14 | 1 | -6/+5 |
* | | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 2 | -3/+3 |
* | | *: ditch vty_outln(), part 2 of 2 | David Lamparter | 2017-07-14 | 1 | -3/+3 |
* | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 6 | -101/+101 |
|/ |
|
* | *: fix excess docstring | Quentin Young | 2017-07-05 | 1 | -50/+8 |
* | ripd: Fix zclient cleanup on shutdown | Donald Sharp | 2017-06-30 | 3 | -0/+10 |
* | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 2 | -3/+3 |
* | *: s/VTY_NEWLINE/VTYNL/g | Quentin Young | 2017-06-29 | 1 | -1/+1 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 6 | -173/+137 |
* | *: simplify log message lookup | Quentin Young | 2017-06-21 | 2 | -12/+13 |
* | 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 | 14 | -56/+42 |
|/ |
|
* | Address the error "Dead assignment" of static analysif | Hung-Weic Chiu | 2017-05-10 | 1 | -1/+0 |
* | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 2 | -9/+11 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 4 | -17/+11 |
* | ripd: fix argv index numbers in the redistribute command | Renato Westphal | 2017-04-08 | 1 | -4/+4 |
* | build: fix CFLAGS for snmp modules | David Lamparter | 2017-04-04 | 1 | -0/+1 |
* | Merge pull request #294 from opensourcerouting/modules | Donald Sharp | 2017-04-04 | 5 | -26/+53 |
|\ |
|
| * | *: snmp: convert into modules | David Lamparter | 2017-03-25 | 4 | -14/+32 |
| * | *: use hooks for sending SNMP traps | David Lamparter | 2017-03-25 | 3 | -15/+23 |
| * | build: split off libfrrsnmp | David Lamparter | 2017-03-25 | 1 | -1/+1 |