| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 4 | -18/+11 |
|/ |
|
* | *: 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 | -8/+8 |
* | *: Refactor if_lookup_by_name to be VRF aware | Donald Sharp | 2017-03-15 | 2 | -3/+3 |
* | *: Remove non-vrf based ifindex lookup | 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 | -4/+3 |
* | *: add frr_run() | David Lamparter | 2017-03-08 | 1 | -12/+1 |
* | *: add frr_config_fork() | David Lamparter | 2017-03-08 | 1 | -52/+5 |
* | *: centralize more into frr_init() | David Lamparter | 2017-03-07 | 1 | -3/+0 |
* | *: add frr_init() infrastructure | David Lamparter | 2017-03-07 | 2 | -104/+25 |
* | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-02-07 | 1 | -1/+1 |
|\ |
|
| * | *: Convert libzebra -> libfrr | Donald Sharp | 2017-02-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-02-02 | 1 | -2/+12 |
|\| |
|