summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: update vtysh scan list for ripd and ripngdRenato Westphal2018-12-031-3/+0
* ripngd: implement northbound callbacks to fetch route informationRenato Westphal2018-12-031-13/+47
* ripngd: implement northbound callbacks to fetch neighbor informationRenato Westphal2018-12-032-11/+40
* ripngd: implement the 'clear-ripng-route' YANG RPCRenato Westphal2018-12-034-48/+52
* ripngd: fix SIGHUP handlingRenato Westphal2018-12-038-77/+0
* ripngd: retrofit the 'split-horizon' command to the new northbound modelRenato Westphal2018-12-035-93/+75
* ripngd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal2018-12-035-85/+87
* ripngd: retrofit the 'aggregate-address' command to the new northbound modelRenato Westphal2018-12-035-91/+50
* ripngd: retrofit the 'route' command to the new northbound modelRenato Westphal2018-12-035-93/+47
* ripngd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal2018-12-036-245/+137
* ripngd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal2018-12-036-48/+57
* ripngd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal2018-12-036-279/+145
* ripngd: retrofit the 'network' command to the new northbound modelRenato Westphal2018-12-036-81/+105
* ripngd: retrofit the 'default-metric' command to the new northbound modelRenato Westphal2018-12-035-40/+46
* ripngd: retrofit the 'default-information' command to the new northbound modelRenato Westphal2018-12-035-49/+47
* ripngd: retrofit the 'allow-ecmp' command to the new northbound modelRenato Westphal2018-12-035-42/+39
* ripngd: retrofit the 'router ripng' command to the new northbound modelRenato Westphal2018-12-035-58/+97
* yang, ripngd: add 'frr-ripngd.yang' and associated stub callbacksRenato Westphal2018-12-036-0/+704
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* 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/+7
* lib: introduce new northbound APIRenato Westphal2018-10-271-1/+1
* *: spelchekDavid Lamparter2018-10-251-2/+2
* *: Fixup to use proper list_cmp functionsDonald Sharp2018-10-191-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-023-5/+5
* *: style for EC replacementsQuentin Young2018-09-131-3/+2
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-132-4/+4
* pimd ripd ripngd: variable shadowing fixesF. Aragon2018-09-121-7/+0
* 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/+8
* bgpd, ripngd: Convert to using new agg_table/routeDonald Sharp2018-08-306-127/+131
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* Merge pull request #2448 from qlyoung/error-reference-cardsDavid Lamparter2018-08-162-26/+26
|\
| * *: frr_elevate_privs whitespace fixesDavid Lamparter2018-08-141-2/+2
| * *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-142-25/+12
| * *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-142-12/+13
| * *: rename zlog_fer -> flog_errQuentin Young2018-08-142-10/+10
| * ripngd: Convert over to using LIB_ERR_XXXX for zlog_ferrDonald Sharp2018-08-142-14/+26
* | lib, ripngd, zebra: Remove pre-solaris 9 special cased codeDonald Sharp2018-08-151-1/+1
|/
* libs, daemons: use const in route-map applyMark Stapp2018-07-231-6/+10
* Merge pull request #2620 from pacovn/PVS-Studio_null_check_2Quentin Young2018-07-031-2/+3
|\
| * bgpd lib ospfd pimd ripngd: null chk (PVS-Studio)F. Aragon2018-07-031-2/+3
* | ripngd: variable scope overlap fix (PVS-Studio)F. Aragon2018-07-021-5/+5
|/
* *: remove -r from daemons except zebraQuentin Young2018-05-211-13/+18
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-277-46/+46
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-1/+1
* *: 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