summaryrefslogtreecommitdiff
path: root/eigrpd/eigrp_zebra.c
AgeCommit message (Expand)Author
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-03-14eigrpd: Convert to using our builtin printf stuffDonald Sharp
2021-01-12eigrpd: Introduce eigrp_metric.[ch] and eigrp_types.hDonnie Savage
2021-01-12eigrpd: Rename nexthop_entry and prefix_entry to better namesDonnie Savage
2020-11-06bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2019-11-02*: Convert connected_free to a double pointerDonald 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-08-06eigrpd: Convert eigrp_zebra.c to use appropriate vrf_idDonald Sharp
2019-08-06eigrpd: Add `router eigrp AS [vrf NAME]` and various stuffDonald Sharp
2019-08-06eigrpd: Use the eigrp->vrf_id where we can immediately transformDonald Sharp
2019-06-23Revert "Ospf missing interface handling 2"Donald Sharp
2019-06-12*: change if_lookup_by_name() api with vrfPhilippe Guibert
2019-05-03*: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young
2019-02-11eigrpd: Do not redelete the eigrp interface data structureDonald Sharp
2019-02-03eigrpd: Modify code to pass down metric to zebraDonald Sharp
2019-01-14lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal
2018-11-12*: Replace zclient_new with zclient_new_notifyDonald Sharp
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-02-23*: Modify notify_owner to route_notify_ownerDonald Sharp
2018-02-23*: Add tableid the route entry was sent toDonald Sharp
2018-02-08*: Track vrfs per nexthop not per route entryDonald Sharp
2018-01-12*: Send/receive the nexthop vrf_idDonald Sharp
2017-11-27eigrpd: Start conversion to use route install failure callbackDonald Sharp
2017-11-27*: Make zapi route install Notifications optionalDonald Sharp
2017-10-23*: Modify zclient_init to require privs dataDonald Sharp
2017-10-10*: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal
2017-10-10lib: nuke the if_*_by_name_len() functionsRenato Westphal
2017-10-02eigrpd: Remove ei mapping to connected routesDonald Sharp
2017-09-21*: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal
2017-08-26eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entryDonald Sharp
2017-08-24eigrpd: Refactor to use 'struct prefix' for eigrp_zebra.hDonald Sharp
2017-08-23*: use zapi_route to send/receive redistributed routes as wellRenato Westphal
2017-08-23eigrpd: use the new API to send routes to zebraRenato Westphal
2017-08-23babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal
2017-08-23vnc/eigrpd/isisd: check for the correct message typesRenato Westphal
2017-08-23*: reduce excessive indentation in a few placesRenato Westphal
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-13eigrpd: Fix up some redistribution issuesDonald Sharp
2017-05-26*: do not take address of packed memberQuentin Young
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-05-13eigrpd: Some Basic CorrectionsRenato Westphal
2017-04-08eigrpd: Cleanup tab/spacing of the *.c filesDonald Sharp
2017-04-05eigrpd: Cleanup the mergeDonald Sharp
2017-04-05eigrpd: Fix add and delete of routes into the ribDonald Sharp
2017-04-02eigrpd: Flags is now 32 bit as opposed to 8 bit.Donald Sharp
2017-04-02eigrpd: Fix route deleteDonald Sharp