summaryrefslogtreecommitdiff
path: root/ripd
AgeCommit message (Expand)Author
2018-04-11ripd: rip_snmp.c - Remove not needed checkIlya Shipitsin
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-21ripd: considering a interface with 2 or more IPlyq140
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-02-13Merge pull request #1701 from donaldsharp/zapi_vrf_labelMartin Winter
2018-02-08*: Track vrfs per nexthop not per route entryDonald Sharp
2018-02-07ripd: Fix crash when ip rip split-horizon poisoned-reverse is configedDonald 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-11-16ripd: Fix SA issuesDonald Sharp
2017-11-16ripd: Fix spelling mistake in debugDonald Sharp
2017-11-16ripd: Allow rip_redistribute_add to know the nexthop typeDonald Sharp
2017-11-16ripd: Convert to using 'struct nexthop' for nexthop informationDonald Sharp
2017-10-23*: Modify zclient_init to require privs dataDonald Sharp
2017-10-23ripd: Make 'struct zebra_privs_t' availableDonald 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-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-22Merge pull request #1215 from opensourcerouting/zapi_nexthopsDonald Sharp
2017-09-21*: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal
2017-09-21ripd: Free leaked memory on shutdownDonald Sharp
2017-09-12*: make all daemons call frr_fini() on exitRenato Westphal
2017-09-05ripd: Fix warning about metric value less than 0Donald Sharp
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
2017-08-09Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp
2017-08-08*: Define the number of seconds in a Day, Week and yearDonald Sharp
2017-08-04build: non-recursive ripd & ripngdDavid Lamparter
2017-07-24ripd: Fix debug config failuresDonald Sharp
2017-07-22Revert "*: reindent pt. 2"David Lamparter
2017-07-17*: reindent pt. 2whitespace / reindent
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter