| Commit message (Expand) | Author | Age | Files | Lines |
* | *: 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 |
| * | ripd: fix snmp compile | David Lamparter | 2017-03-24 | 1 | -0/+1 |
* | | *: apply DEFUN_NOSH for node-switch CLI commands | David Lamparter | 2017-03-28 | 1 | -1/+1 |
|/ |
|
* | *: Refactor ifindex2ifname to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -7/+7 |
* | *: Refactor if_lookup_by_name to be VRF aware | Donald Sharp | 2017-03-15 | 2 | -3/+4 |
* | lib, ospfd, ripd: Convert if_lookup_address to be vrf aware | Donald Sharp | 2017-03-15 | 1 | -4/+4 |
* | lib, pimd, zebra: Convert if_lookup_exact_address to VRF only | Donald Sharp | 2017-03-15 | 1 | -1/+1 |
* | lib: remove remaining struct zlog * args | David Lamparter | 2017-03-08 | 1 | -1/+1 |
* | *: get rid of zlog(*, LOG_LEVEL, ...) | David Lamparter | 2017-03-08 | 1 | -3/+2 |
* | *: add frr_run() | David Lamparter | 2017-03-08 | 1 | -12/+1 |
* | *: add frr_config_fork() | David Lamparter | 2017-03-08 | 1 | -57/+5 |
* | *: centralize more into frr_init() | David Lamparter | 2017-03-07 | 1 | -3/+0 |
* | *: add frr_init() infrastructure | David Lamparter | 2017-03-07 | 2 | -103/+25 |