summaryrefslogtreecommitdiffstats
path: root/eigrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-0620-222/+186
* *: 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: Fixup some SA issuesDonald Sharp2017-12-111-1/+3
* *: don't use deprecated stream.h macrosQuentin Young2017-12-011-2/+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
* eigrpd: Allow query send to send more than 1 packetDonald Sharp2017-11-021-29/+72
* eigrpd: Create consts for TLV sizeDonald Sharp2017-11-023-20/+59
* eigrpd: When writing packet don't crash in some casesDonald Sharp2017-10-292-5/+15
* eigrpd: Fix crash in reply receive packet.Donald Sharp2017-10-291-42/+49
* eigrpd: Query Send is not incrementing the sequence numberDonald Sharp2017-10-291-7/+9
* eigrpd: On shutdown, delete list after we've cleared prefixesDonald Sharp2017-10-291-2/+3
* eigrpd: Fix an issue found with metric changeDonald Sharp2017-10-292-4/+25
* eigrpd: Add ability to show packet type in logDonald Sharp2017-10-291-2/+28
* eigrpd: Create enum for states and string name for displayDonald Sharp2017-10-292-12/+61
* eigrpd: Create a function to return a string of prefix stateDonald Sharp2017-10-291-3/+21
* *: fix coverity warnings - error handling issuesRenato Westphal2017-10-241-2/+2
* *: add missing \n in some help stringsRenato Westphal2017-10-241-3/+2
* eigrpd: Convert topology list to a tableDonald Sharp2017-10-246-119/+150
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* eigrpd: Make struct zebra_privs_t availableDonald Sharp2017-10-242-2/+1
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-104-4/+4
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-0/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-104-8/+8
* lib: nuke the if_*_by_name_len() functionsRenato Westphal2017-10-101-2/+1
* eigrpd: fix clang warningVincent JARDIN2017-10-091-0/+1
* eigrpd: fix clang warningVincent JARDIN2017-10-091-1/+1
* eirgpd: fix clang warningVincent JARDIN2017-10-081-4/+1
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-051-6/+4
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-056-18/+18
* eigrpd: Remove unnecessary macro definitionsDonald Sharp2017-10-031-17/+1
* eigrpd: Remove ei mapping to connected routesDonald Sharp2017-10-0315-452/+276
* eigrpd: Start fixing eigrp_interfaceDonald Sharp2017-10-033-37/+33
* eigrpd: Follow other protocol leads and exit when told toDonald Sharp2017-09-251-0/+2
* *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-1/+3
* *: make all daemons call frr_fini() on exitRenato Westphal2017-09-121-4/+3
* eigrpd: Clean up some new coverity issuesDonald Sharp2017-09-061-2/+3
* eigrp: Fix missing neighbor->nexthop changes?Donald Sharp2017-09-053-3/+3
* Merge pull request #1051 from donaldsharp/plistsDavid Lamparter2017-09-0522-376/+212
|\
| * eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entryDonald Sharp2017-08-2719-97/+97
| * eigrpd: Refactor access/prefix list applicationsDonald Sharp2017-08-264-235/+78
| * eigrpd: Make code a bit easier to read in eigrp_update.cDonald Sharp2017-08-261-56/+51
| * eigrpd: Fix access/prefix list handling in updatesDonald Sharp2017-08-261-4/+2
* | Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal2017-08-311-1/+1
|\ \
| * | *: return CMD_WARNING if command was already configuredDaniel Walton2017-08-311-1/+1
* | | Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh2017-08-318-65/+99
|\ \ \
| * | | *: Add RMAP_COMPILE_SUCCESS to enumDonald Sharp2017-08-251-43/+54