summaryrefslogtreecommitdiff
path: root/ripd/rip_zebra.c
AgeCommit message (Expand)Author
2023-11-07*: Move distance related defines into their own headerDonald Sharp
2023-10-07*: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs
2023-05-18ripd: Make sure we do not overuse higher values for ECMP countDonatas Abraitis
2023-05-05ripd: Do not overrun with more ECMP paths than Zebra supportsDonatas Abraitis
2023-04-19ripd: support BFD integrationRenato Westphal
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2020-10-22ripd: replace inet_ntoaMark Stapp
2019-12-31ripd: Fix redistribute/no redistribute rinse repeate commandsDonald Sharp
2019-09-19*: Convert zapi->interface_delete to ifp callbackDonald Sharp
2019-09-19*: Convert interface_down to interface down callbackDonald Sharp
2019-09-19*: Convert from ->interface_up to the interface callbackDonald Sharp
2019-09-19*: Switch all zclient->interface_add to interface create callbackDonald Sharp
2019-05-03*: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young
2019-01-18ripd, ripngd: change how we keep track of redistribution configurationRenato Westphal
2019-01-18ripd: add VRF supportRenato Westphal
2019-01-18ripd: remove the rip global variableRenato Westphal
2019-01-18ripd: move global counters to the rip structureRenato Westphal
2019-01-18ripd: simplify cleaning up of routing instanceRenato Westphal
2018-12-03ripd: remove leftovers from the old sighup handlerRenato Westphal
2018-11-12*: Replace zclient_new with zclient_new_notifyDonald Sharp
2018-10-27ripd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'default-information' command to the new northbound modelRenato Westphal
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-02-08*: Track vrfs per nexthop not per route entryDonald Sharp
2018-01-12*: Send/receive the nexthop vrf_idDonald Sharp
2017-11-27*: Make zapi route install Notifications optionalDonald 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-09-21*: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato 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-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
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-30ripd: Fix zclient cleanup on shutdownDonald Sharp
2017-06-29*: use vty_outlnQuentin Young
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-04-08ripd: fix argv index numbers in the redistribute commandRenato Westphal
2017-01-27*: Fix redistribute issueDonald Sharp
2017-01-06Merge branch 'master' into fix-proto_redistnumQuentin Young