summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripd: Intentionally ignore return from rip_send_packetDonald Sharp2018-06-051-1/+1
* build: append -std=gnu99 after SNMP_CFLAGSRenato Westphal2018-06-031-1/+1
* *: remove -r from daemons except zebraQuentin Young2018-05-211-11/+18
* ripd: rip_snmp.c - Remove not needed checkIlya Shipitsin2018-04-111-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-278-111/+111
* ripd: considering a interface with 2 or more IPlyq1402018-03-211-9/+27
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-065-38/+28
* Merge pull request #1701 from donaldsharp/zapi_vrf_labelMartin Winter2018-02-141-1/+1
|\
| * *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-1/+1
* | ripd: Fix crash when ip rip split-horizon poisoned-reverse is configedDonald Sharp2018-02-071-4/+6
|/
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+1
* *: Remove cvs control pointsDonald Sharp2017-12-051-2/+0
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* ripd: Fix SA issuesDonald Sharp2017-11-161-2/+2
* ripd: Fix spelling mistake in debugDonald Sharp2017-11-161-1/+1
* ripd: Allow rip_redistribute_add to know the nexthop typeDonald Sharp2017-11-164-34/+61
* ripd: Convert to using 'struct nexthop' for nexthop informationDonald Sharp2017-11-165-27/+30
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* ripd: Make 'struct zebra_privs_t' availableDonald Sharp2017-10-243-5/+2
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-102-13/+13
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
* *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal2017-10-101-4/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-102-26/+26
* *: use argv[]->text instead of argv[]->arg when appropriateRenato Westphal2017-10-061-12/+4
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-051-2/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-052-2/+2
* 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