summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | eigrp, rip, ripng, lib: unlink if_rmap from vrfPhilippe Guibert2019-02-191-4/+7
* | lib, rip, ripng, eigrp: rework if_rmap contextPhilippe Guibert2019-02-192-7/+28
* | libs, rip, isis: change northbound operation enum to DESTROYMark Stapp2019-02-111-10/+10
* | libs, daemons: changes to permit c++ compilationMark Stapp2019-02-111-10/+10
* | ripd,ripngd: Added changes to track route-map usage in rip,ripngrgirada2019-02-041-1/+4
* | build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* | Treewide: use ANSI function definitionsRuben Kerkhof2019-01-246-9/+9
|/
* lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-282-8/+25
* ripd, ripngd: fix memleaks when deleting routing instanceRenato Westphal2018-12-171-1/+1
* 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