summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: convert zclient callbacks to tableDavid Lamparter2021-10-201-7/+11
* eigrpd: Convert to using our builtin printf stuffDonald Sharp2021-03-141-3/+1
* eigrpd: Introduce eigrp_metric.[ch] and eigrp_types.hDonnie Savage2021-01-121-0/+2
* eigrpd: Rename nexthop_entry and prefix_entry to better namesDonnie Savage2021-01-121-1/+1
* bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S2020-11-061-1/+2
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-21/+11
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-32/+0
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-21/+0
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-72/+0
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-22/+0
* eigrpd: Convert eigrp_zebra.c to use appropriate vrf_idDonald Sharp2019-08-071-15/+17
* eigrpd: Add `router eigrp AS [vrf NAME]` and various stuffDonald Sharp2019-08-071-2/+2
* eigrpd: Use the eigrp->vrf_id where we can immediately transformDonald Sharp2019-08-071-2/+2
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-2/+1
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+2
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-35/+20
* eigrpd: Do not redelete the eigrp interface data structureDonald Sharp2019-02-111-1/+2
* eigrpd: Modify code to pass down metric to zebraDonald Sharp2019-02-031-1/+4
* lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal2019-01-141-1/+1
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-3/+2
* *: Modify notify_owner to route_notify_ownerDonald Sharp2018-02-231-3/+3
* *: Add tableid the route entry was sent toDonald Sharp2018-02-231-1/+2
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-2/+1
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+2
* eigrpd: Start conversion to use route install failure callbackDonald Sharp2017-11-271-1/+16
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-0/+1
* lib: nuke the if_*_by_name_len() functionsRenato Westphal2017-10-101-2/+1
* eigrpd: Remove ei mapping to connected routesDonald Sharp2017-10-031-38/+15
* *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-1/+3
* eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entryDonald Sharp2017-08-271-1/+1
* eigrpd: Refactor to use 'struct prefix' for eigrp_zebra.hDonald Sharp2017-08-241-12/+9
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-40/+12
* eigrpd: use the new API to send routes to zebraRenato Westphal2017-08-231-53/+31
* babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal2017-08-231-1/+1
* vnc/eigrpd/isisd: check for the correct message typesRenato Westphal2017-08-231-2/+2
* *: reduce excessive indentation in a few placesRenato Westphal2017-08-231-66/+68
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-384/+364
* eigrpd: Fix up some redistribution issuesDonald Sharp2017-07-141-13/+4
* *: do not take address of packed memberQuentin Young2017-05-261-1/+1
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* eigrpd: Some Basic CorrectionsRenato Westphal2017-05-131-2/+7
* eigrpd: Cleanup tab/spacing of the *.c filesDonald Sharp2017-04-081-41/+41
* eigrpd: Cleanup the mergeDonald Sharp2017-04-061-1/+2
* eigrpd: Fix add and delete of routes into the ribDonald Sharp2017-04-061-53/+22
* eigrpd: Flags is now 32 bit as opposed to 8 bit.Donald Sharp2017-04-031-1/+1
* eigrpd: Fix route deleteDonald Sharp2017-04-021-0/+1