summaryrefslogtreecommitdiffstats
path: root/eigrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: cleanup .gitignore filesDavid Lamparter2018-09-081-16/+0
* build: move vtysh & manpage listings to subdir.amDavid Lamparter2018-09-081-0/+6
* eigrp: opnional metric in 'no redistribute'dturlupov2018-09-061-1/+1
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* *: use frr_elevate_privs() (2/2: manual)David Lamparter2018-08-141-50/+27
* *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-141-15/+11
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-142-4/+5
* *: rename ferr_ref -> log_refQuentin Young2018-08-142-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-147-16/+16
* *: stop double initialization of ferrQuentin Young2018-08-141-2/+0
* *: fix source file headers & includes for errcodesQuentin Young2018-08-142-21/+24
* eigrpd: Add EIGRP_ERR_XXX for zlog_err to zlog_ferrDonald Sharp2018-08-1410-15/+109
* eigrpd: Convert to use LIB_ERR_XXX for zlog_errDonald Sharp2018-08-144-23/+27
* Merge pull request #2603 from pacovn/PVS-Studio_format_warningsQuentin Young2018-07-021-1/+2
|\
| * eigrpd nhrpd ospfd pimd: fomat fixes (PVS-Studio)F. Aragon2018-07-021-1/+2
* | eigrpd: sizeof() usage + dead code (PVS-Studio)F. Aragon2018-07-021-3/+3
|/
* eigrpd ospfd: null chk (Coverity 1458168 1455335)paco2018-06-251-0/+2
* eigrpd: null check (Coverity 1455334 and 4 alike)paco2018-06-213-5/+20
* 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