summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* | *: Define the number of seconds in a Day, Week and yearDonald Sharp2017-08-081-4/+0
|/
* ripngd: Fix failure returned with some debug commandsDonald Sharp2017-07-241-3/+3
* Revert "*: reindent pt. 2"David Lamparter2017-07-223-13/+7
* *: reindent pt. 2whitespace / reindent2017-07-173-7/+13
* *: reindentreindent-master-afterwhitespace / reindent2017-07-1715-5019/+4768
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-145-31/+31
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-135-31/+31
* | *: remove VTYNL, part 6 of 6David Lamparter2017-07-142-9/+7
* | *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-12/+7
* | *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-4/+4
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-4/+4
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-4/+4
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-136-71/+71
|/
* ripngd: Fix zclient cleanup on shutdownDonald Sharp2017-06-303-0/+9
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-4/+4