summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | *: return CMD_WARNING if command was already configuredDaniel Walton2017-08-311-4/+4
| |/
* | Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh2017-08-311-0/+2
|\ \
| * | *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-0/+2
| |/
* / *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
|/
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-58/+18
* ripd/ripngd: use the new API to send routes to zebraRenato Westphal2017-08-231-33/+18
* *: remove leftovers from "router zebra"Renato Westphal2017-08-231-56/+0
* *: reduce excessive indentation in a few placesRenato Westphal2017-08-231-93/+88
* Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-211-6/+6
|\
| * *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-6/+6
* | lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
|/
* Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp2017-08-094-29/+47
|\
| * build: non-recursive ripd & ripngdDavid Lamparter2017-08-044-29/+47