summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1215 from opensourcerouting/zapi_nexthopsDonald Sharp2017-09-221-0/+2
|\
| * *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-0/+2
* | ripd: Free leaked memory on shutdownDonald Sharp2017-09-211-0/+1
|/
* *: make all daemons call frr_fini() on exitRenato Westphal2017-09-121-0/+1
* ripd: Fix warning about metric value less than 0Donald Sharp2017-09-051-2/+1
* Merge pull request #1075 from donaldsharp/rip_metricDavid Lamparter2017-09-051-16/+25
|\
| * lib, ospfd, ripd, ripngd: Fix 'set metric'Donald Sharp2017-08-291-16/+25
* | Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal2017-08-311-3/+3
|\ \
| * | *: return CMD_WARNING if command was already configuredDaniel Walton2017-08-311-3/+3
| |/
* | Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh2017-08-311-0/+1
|\ \
| * | *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-0/+1
| |/
* / *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
|/
* *: 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