summaryrefslogtreecommitdiff
path: root/eigrpd
AgeCommit message (Expand)Author
2018-12-14*: remove all MIBs for DFSG complianceDavid Lamparter
2018-12-13*: spelchekDavid Lamparter
2018-10-25build: fix not building docs w/o sphinxDavid Lamparter
2018-10-25*: cleanup .gitignore filesDavid Lamparter
2018-10-25build: move vtysh & manpage listings to subdir.amDavid Lamparter
2018-08-14*: use frr_elevate_privs() (2/2: manual)David Lamparter
2018-08-14*: use frr_elevate_privs() (1/2: coccinelle)David Lamparter
2018-08-14*: rename ferr_zlog -> flog_err_sysQuentin Young
2018-08-14*: rename ferr_ref -> log_refQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14*: stop double initialization of ferrQuentin Young
2018-08-14*: fix source file headers & includes for errcodesQuentin Young
2018-08-14eigrpd: Add EIGRP_ERR_XXX for zlog_err to zlog_ferrDonald Sharp
2018-08-14eigrpd: Convert to use LIB_ERR_XXX for zlog_errDonald Sharp
2018-07-02Merge pull request #2603 from pacovn/PVS-Studio_format_warningsQuentin Young
2018-07-02eigrpd nhrpd ospfd pimd: fomat fixes (PVS-Studio)F. Aragon
2018-07-02eigrpd: sizeof() usage + dead code (PVS-Studio)F. Aragon
2018-06-25eigrpd ospfd: null chk (Coverity 1458168 1455335)paco
2018-06-21eigrpd: null check (Coverity 1455334 and 4 alike)paco
2018-06-19Merge pull request #2491 from pacovn/cppcheck_no_effectRuss White
2018-06-19eigrpd, lib, tests, vtysh: security (cppcheck)paco
2018-06-19eigrpd, isisd, lib, ospfd: no effect (cppcheck)paco
2018-06-18Merge pull request #2484 from pacovn/cppcheck_unused_varsDonald Sharp
2018-06-18babeld, eigrpd, ospfd: unsigned negative checkpaco
2018-06-18eigrpd, lib, vtysh: unused vars (cppcheck)paco
2018-06-12eigrpd: null return value check (Coverity 1455338)paco
2018-05-03Merge pull request #2169 from piotrjurkiewicz/eigrp_feasibilityDonald Sharp
2018-05-04eigrpd: Consider only feasible successors as successorsPiotr Jurkiewicz
2018-05-04eigrpd: Use EIGRP_PACKET_MTU(mtu) macroPiotr Jurkiewicz
2018-05-04eigrpd: Correctly calculate EIGRP packet MTUPiotr Jurkiewicz
2018-04-17eigrpd: remove unnecessary assignmentQuentin Young
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-02-23*: Modify notify_owner to route_notify_ownerDonald Sharp
2018-02-23*: Add tableid the route entry was sent toDonald Sharp
2018-02-08*: Track vrfs per nexthop not per route entryDonald Sharp
2018-01-12*: Send/receive the nexthop vrf_idDonald Sharp
2017-12-11eigrpd: Fixup some SA issuesDonald Sharp
2017-12-01*: don't use deprecated stream.h macrosQuentin Young
2017-11-27eigrpd: Start conversion to use route install failure callbackDonald Sharp
2017-11-27*: Make zapi route install Notifications optionalDonald Sharp
2017-11-02eigrpd: Allow query send to send more than 1 packetDonald Sharp
2017-11-02eigrpd: Create consts for TLV sizeDonald Sharp
2017-10-29eigrpd: When writing packet don't crash in some casesDonald Sharp
2017-10-29eigrpd: Fix crash in reply receive packet.Donald Sharp
2017-10-29eigrpd: Query Send is not incrementing the sequence numberDonald Sharp
2017-10-28eigrpd: On shutdown, delete list after we've cleared prefixesDonald Sharp
2017-10-28eigrpd: Fix an issue found with metric changeDonald Sharp
2017-10-28eigrpd: Add ability to show packet type in logDonald Sharp
2017-10-28eigrpd: Create enum for states and string name for displayDonald Sharp