summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: rename ferr_ref -> log_refQuentin Young2018-08-142-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-142-7/+7
* *: stop double initialization of ferrQuentin Young2018-08-141-2/+0
* *: fix source file headers & includes for errcodesQuentin Young2018-08-142-21/+22
* ripd: Add RIP_ERR_XXX to move from zlog_err to zlog_ferrDonald Sharp2018-08-145-3/+83
* ripd: Convert zlog_err to zlog_ferr for LIB_ERR_XXXDonald Sharp2018-08-142-9/+17
* ripd: re-add check for rip_create failQuentin Young2018-08-111-1/+8
* *: ALLOC calls cannot failDonald Sharp2018-08-111-7/+1
* ripd: fix packet sending in authenticate modelyq1402018-08-061-3/+2
* ripd: fix packet sendinglyq1402018-08-061-0/+3
* Merge pull request #2761 from donaldsharp/rip_memoryRuss White2018-08-023-24/+23
|\
| * ripd: Use memory management for interface commands in RIPDonald Sharp2018-08-013-24/+23
* | ripd: null check keylyq1402018-08-011-1/+1
* | ripd: null check the key stringlyq1402018-08-011-1/+1
|/
* libs, daemons: use const in route-map applyMark Stapp2018-07-231-10/+12
* ripd: out-of-bounds read (Coverity 1399295)paco2018-06-221-2/+2
* 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
|\ \