summaryrefslogtreecommitdiffstats
path: root/ripd/rip_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Move distance related defines into their own headerDonald Sharp2023-11-071-0/+2
* *: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs2023-10-071-1/+0
* ripd: Make sure we do not overuse higher values for ECMP countDonatas Abraitis2023-05-181-1/+0
* ripd: Do not overrun with more ECMP paths than Zebra supportsDonatas Abraitis2023-05-051-2/+9
* ripd: support BFD integrationRenato Westphal2023-04-191-0/+4
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* *: convert zclient callbacks to tableDavid Lamparter2021-10-201-6/+10
* ripd: replace inet_ntoaMark Stapp2020-10-221-6/+4
* ripd: Fix redistribute/no redistribute rinse repeate commandsDonald Sharp2020-01-011-2/+2
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-1/+0
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-1/+0
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-1/+0
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-1/+0
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-4/+3
* ripd, ripngd: change how we keep track of redistribution configurationRenato Westphal2019-01-181-12/+16
* ripd: add VRF supportRenato Westphal2019-01-181-9/+36
* ripd: remove the rip global variableRenato Westphal2019-01-181-22/+25
* ripd: move global counters to the rip structureRenato Westphal2019-01-181-1/+1
* ripd: simplify cleaning up of routing instanceRenato Westphal2019-01-181-3/+0
* ripd: remove leftovers from the old sighup handlerRenato Westphal2018-12-031-5/+0
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* ripd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal2018-10-271-358/+17
* ripd: retrofit the 'default-information' command to the new northbound modelRenato Westphal2018-10-271-51/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+1
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-1/+1
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+1
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* ripd: Allow rip_redistribute_add to know the nexthop typeDonald Sharp2017-11-161-9/+14
* ripd: Convert to using 'struct nexthop' for nexthop informationDonald Sharp2017-11-161-1/+1
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-0/+2
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-52/+19
* ripd/ripngd: use the new API to send routes to zebraRenato Westphal2017-08-231-22/+14
* *: remove leftovers from "router zebra"Renato Westphal2017-08-231-53/+0
* *: reduce excessive indentation in a few placesRenato Westphal2017-08-231-91/+88
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-2/+1
* *: reindent pt. 2whitespace / reindent2017-07-171-1/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-475/+468
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-12/+12
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-12/+12
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-15/+15
|/
* ripd: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-0/+7
* *: use vty_outlnQuentin Young2017-06-291-24/+18
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* ripd: fix argv index numbers in the redistribute commandRenato Westphal2017-04-081-4/+4
* *: Fix redistribute issueDonald Sharp2017-01-271-8/+8
* Merge branch 'master' into fix-proto_redistnumQuentin Young2017-01-071-8/+8
|\