summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripd: reduce excessive indentation in a few placesRenato Westphal2018-10-271-54/+47
* ripd: remove vty configuration lockRenato Westphal2018-10-271-0/+2
* ripd: fix SIGHUP handlingRenato Westphal2018-10-273-30/+0
* ripd: fix memory leaks when interfaces are deletedRenato Westphal2018-10-271-0/+1
* ripd: retrofit all RIP interface commands to the new northbound modelRenato Westphal2018-10-275-564/+634
* ripd: no need to use qobj anymore to keep track of "router rip"Renato Westphal2018-10-272-10/+0
* ripd: retrofit the 'version' command to the new northbound modelRenato Westphal2018-10-274-43/+84
* ripd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal2018-10-275-97/+113
* ripd: retrofit the 'route' command to the new northbound modelRenato Westphal2018-10-275-99/+53
* ripd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal2018-10-277-390/+172
* ripd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal2018-10-276-79/+156
* ripd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal2018-10-276-281/+189
* ripd: retrofit the 'network' command to the new northbound modelRenato Westphal2018-10-276-83/+113
* ripd: retrofit the 'neighbor' command to the new northbound modelRenato Westphal2018-10-275-59/+60
* ripd: retrofit the 'distance source' commands to the new northbound modelRenato Westphal2018-10-275-168/+159
* ripd: retrofit the 'distance' command to the new northbound modelRenato Westphal2018-10-274-30/+55
* ripd: retrofit the 'default-metric' command to the new northbound modelRenato Westphal2018-10-275-42/+58
* ripd: retrofit the 'default-information' command to the new northbound modelRenato Westphal2018-10-276-71/+58
* ripd: retrofit the 'allow-ecmp' command to the new northbound modelRenato Westphal2018-10-275-41/+45
* ripd: retrofit the 'router rip' command to the new northbound modelRenato Westphal2018-10-275-53/+112
* yang, ripd: add 'frr-ripd.yang' and associated stub callbacksRenato Westphal2018-10-276-0/+976
* yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+1
* *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+5
* lib: introduce new northbound APIRenato Westphal2018-10-271-1/+1
* *: spelchekDavid Lamparter2018-10-251-2/+2
* 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
|\