summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* *: fix coverity warnings - resource leaksRenato Westphal2017-10-241-6/+10
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* ripngd: Make 'struct zebra_privs_t' availableDonald Sharp2017-10-243-5/+1
* Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-162-21/+21
|\
| * *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-102-10/+10
| * *: 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-1/+1
| * *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-102-20/+20
* | ripngd: Fix possible memory leak of route_nodeDonald Sharp2017-10-101-0/+2
|/
* ripngd: fix clang warningVincent JARDIN2017-10-081-1/+1
* *: use argv[]->text instead of argv[]->arg when appropriateRenato Westphal2017-10-061-12/+4
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-051-3/+2
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-053-3/+3
* *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-0/+2
* *: make all daemons call frr_fini() on exitRenato Westphal2017-09-121-0/+1
* Merge pull request #1075 from donaldsharp/rip_metricDavid Lamparter2017-09-051-18/+24
|\
| * lib, ospfd, ripd, ripngd: Fix 'set metric'Donald Sharp2017-08-291-18/+24
* | Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal2017-08-311-4/+4
|\ \