summaryrefslogtreecommitdiffstats
path: root/eigrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2491 from pacovn/cppcheck_no_effectRuss White2018-06-191-2/+0
|\
| * eigrpd, isisd, lib, ospfd: no effect (cppcheck)paco2018-06-191-2/+0
* | eigrpd, lib, tests, vtysh: security (cppcheck)paco2018-06-191-1/+0
|/
* Merge pull request #2484 from pacovn/cppcheck_unused_varsDonald Sharp2018-06-182-7/+4
|\
| * eigrpd, lib, vtysh: unused vars (cppcheck)paco2018-06-182-7/+4
* | babeld, eigrpd, ospfd: unsigned negative checkpaco2018-06-181-1/+1
|/
* eigrpd: null return value check (Coverity 1455338)paco2018-06-121-0/+1
* Merge pull request #2169 from piotrjurkiewicz/eigrp_feasibilityDonald Sharp2018-05-041-11/+18
|\
| * eigrpd: Consider only feasible successors as successorsPiotr Jurkiewicz2018-05-041-11/+18
* | eigrpd: Use EIGRP_PACKET_MTU(mtu) macroPiotr Jurkiewicz2018-05-048-10/+13
* | eigrpd: Correctly calculate EIGRP packet MTUPiotr Jurkiewicz2018-05-047-17/+18
|/
* eigrpd: remove unnecessary assignmentQuentin Young2018-04-171-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-2722-323/+325
* *: 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