summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* eigrpd: Fix communication w/ ZebraDonald Sharp2017-03-201-2/+1
* eigrpd: Correct route send to zebraDonald Sharp2017-03-131-1/+2
* eigrpd: Add missing vrf registration pieceDonald Sharp2017-03-111-0/+6
* eigrp: Initial CommitDonald Sharp2017-03-091-0/+579