summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripd: fix list compare orderDavid Lamparter2018-10-231-1/+1
* *: Fixup to use proper list_cmp functionsDonald Sharp2018-10-191-1/+4
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-022-3/+3
* *: style for EC replacementsQuentin Young2018-09-132-11/+9
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-132-2/+2
* ripd: RIP_[ERR|WARN] -> EC_RIPQuentin Young2018-09-133-3/+3
* pimd ripd ripngd: variable shadowing fixesF. Aragon2018-09-122-7/+5
* build: fix not building docs w/o sphinxDavid Lamparter2018-09-091-1/+1
* *: cleanup .gitignore filesDavid Lamparter2018-09-081-15/+0
* build: move vtysh & manpage listings to subdir.amDavid Lamparter2018-09-081-0/+9
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* *: frr_elevate_privs whitespace fixesDavid Lamparter2018-08-141-9/+5
* *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-141-23/+15
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-142-9/+10
* *: 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