summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-52/+19
* ripd/ripngd: use the new API to send routes to zebraRenato Westphal2017-08-231-22/+14
* *: remove leftovers from "router zebra"Renato Westphal2017-08-231-53/+0
* *: reduce excessive indentation in a few placesRenato Westphal2017-08-231-91/+88
* Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-211-6/+6
|\
| * *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-6/+6
* | lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
|/
* Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp2017-08-094-40/+53
|\
| * build: non-recursive ripd & ripngdDavid Lamparter2017-08-044-40/+53
* | *: Define the number of seconds in a Day, Week and yearDonald Sharp2017-08-081-4/+0
|/
* ripd: Fix debug config failuresDonald Sharp2017-07-241-3/+3
* Revert "*: reindent pt. 2"David Lamparter2017-07-224-13/+7
* *: reindent pt. 2whitespace / reindent2017-07-174-7/+13
* *: reindentreindent-master-afterwhitespace / reindent2017-07-1713-6899/+6581
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-145-46/+46
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-135-46/+46
* | *: remove VTYNL, part 6 of 6David Lamparter2017-07-141-6/+5
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-142-3/+3
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-3/+3
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-136-101/+101
|/
* *: fix excess docstringQuentin Young2017-07-051-50/+8
* ripd: Fix zclient cleanup on shutdownDonald Sharp2017-06-303-0/+10
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-292-3/+3
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-1/+1
* *: use vty_outlnQuentin Young2017-06-296-173/+137
* *: simplify log message lookupQuentin Young2017-06-212-12/+13
* Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-1/+1
|\
| * *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-1514-56/+42
|/
* Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-101-1/+0
* *: update thread_add_* callsQuentin Young2017-05-092-9/+11
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-094-17/+11
* ripd: fix argv index numbers in the redistribute commandRenato Westphal2017-04-081-4/+4
* build: fix CFLAGS for snmp modulesDavid Lamparter2017-04-041-0/+1
* Merge pull request #294 from opensourcerouting/modulesDonald Sharp2017-04-045-26/+53
|\
| * *: snmp: convert into modulesDavid Lamparter2017-03-254-14/+32
| * *: use hooks for sending SNMP trapsDavid Lamparter2017-03-253-15/+23
| * build: split off libfrrsnmpDavid Lamparter2017-03-251-1/+1
| * ripd: fix snmp compileDavid Lamparter2017-03-241-0/+1
* | *: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter2017-03-281-1/+1
|/
* *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-151-7/+7
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-152-3/+4
* lib, ospfd, ripd: Convert if_lookup_address to be vrf awareDonald Sharp2017-03-151-4/+4
* lib, pimd, zebra: Convert if_lookup_exact_address to VRF onlyDonald Sharp2017-03-151-1/+1
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-1/+1
* *: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter2017-03-081-3/+2
* *: add frr_run()David Lamparter2017-03-081-12/+1
* *: add frr_config_fork()David Lamparter2017-03-081-57/+5
* *: centralize more into frr_init()David Lamparter2017-03-071-3/+0
* *: add frr_init() infrastructureDavid Lamparter2017-03-072-103/+25