summaryrefslogtreecommitdiff
path: root/ripngd
AgeCommit message (Expand)Author
2018-09-08*: cleanup .gitignore filesDavid Lamparter
2018-09-08build: move vtysh & manpage listings to subdir.amDavid Lamparter
2018-08-30bgpd, ripngd: Convert to using new agg_table/routeDonald Sharp
2018-08-28*: add a vrf update hook to be informed of the vrf namePhilippe Guibert
2018-08-16Merge pull request #2448 from qlyoung/error-reference-cardsDavid Lamparter
2018-08-15lib, ripngd, zebra: Remove pre-solaris 9 special cased codeDonald Sharp
2018-08-14*: frr_elevate_privs whitespace fixesDavid Lamparter
2018-08-14*: use frr_elevate_privs() (1/2: coccinelle)David Lamparter
2018-08-14*: rename ferr_zlog -> flog_err_sysQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14ripngd: Convert over to using LIB_ERR_XXXX for zlog_ferrDonald Sharp
2018-07-23libs, daemons: use const in route-map applyMark Stapp
2018-07-03Merge pull request #2620 from pacovn/PVS-Studio_null_check_2Quentin Young
2018-07-03bgpd lib ospfd pimd ripngd: null chk (PVS-Studio)F. Aragon
2018-07-02ripngd: variable scope overlap fix (PVS-Studio)F. Aragon
2018-05-21*: remove -r from daemons except zebraQuentin Young
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-02-08*: Track vrfs per nexthop not per route entryDonald Sharp
2018-01-12*: Send/receive the nexthop vrf_idDonald Sharp
2017-12-05*: Remove cvs control pointsDonald Sharp
2017-11-27*: Make zapi route install Notifications optionalDonald Sharp
2017-10-24*: fix coverity warnings - resource leaksRenato Westphal
2017-10-23*: Modify zclient_init to require privs dataDonald Sharp
2017-10-23ripngd: Make 'struct zebra_privs_t' availableDonald Sharp
2017-10-16Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp
2017-10-10ripngd: Fix possible memory leak of route_nodeDonald Sharp
2017-10-10*: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal
2017-10-10*: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal
2017-10-10*: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal
2017-10-08ripngd: fix clang warningVincent JARDIN
2017-10-05*: use argv[]->text instead of argv[]->arg when appropriateRenato Westphal
2017-10-05*: Convert list_free usage to list_deleteDonald Sharp
2017-10-05*: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp
2017-09-21*: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal
2017-09-12*: make all daemons call frr_fini() on exitRenato Westphal
2017-09-05Merge pull request #1075 from donaldsharp/rip_metricDavid Lamparter
2017-08-31Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal
2017-08-31Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh
2017-08-31*: return CMD_WARNING if command was already configuredDaniel Walton
2017-08-29lib, ospfd, ripd, ripngd: Fix 'set metric'Donald Sharp
2017-08-29*: remove empty "interface XYZ" config blocksDavid Lamparter
2017-08-24*: fix assorted issues detected by Coverity ScanRenato Westphal
2017-08-23*: use zapi_route to send/receive redistributed routes as wellRenato Westphal
2017-08-23ripd/ripngd: use the new API to send routes to zebraRenato Westphal
2017-08-23*: remove leftovers from "router zebra"Renato Westphal
2017-08-23*: reduce excessive indentation in a few placesRenato Westphal
2017-08-21Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter
2017-08-21*: Add 'show debugging' command from vtyshDonald Sharp
2017-08-15lib: replace if_add_hook with hook_* logicDavid Lamparter