summaryrefslogtreecommitdiffstats
path: root/eigrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+1
* *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+5
* Merge pull request #3199 from donaldsharp/eigrp_keyDavid Lamparter2018-10-262-48/+29
|\
| * eigrpd: Fix bandwidth command to actually read input properlyDonald Sharp2018-10-251-6/+3
| * eigrpd: Convert keychain authentication to DEFPYDonald Sharp2018-10-252-42/+26
* | *: spelchekDavid Lamparter2018-10-253-5/+5
|/
* Merge pull request #3120 from opensourcerouting/remove-list-deleteLou Berger2018-10-026-20/+20
|\
| * *: list_delete_and_null() -> list_delete()David Lamparter2018-10-026-20/+20
* | eigrpd: dead code (Coverity 1460436)F. Aragon2018-10-021-4/+1
|/
* Merge pull request #3072 from donaldsharp/fix_eigrp_crash_on_int_shutRuss White2018-09-243-16/+11
|\
| * eigrpd: Fix eigrp crash on shut of a interfaceDonald Sharp2018-09-223-16/+11
* | eigrpd: Fix memory leaks and remove dead/unused functionsDonald Sharp2018-09-243-37/+9
|/
* *: style for EC replacementsQuentin Young2018-09-135-15/+15
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-133-4/+4
* eigrpd: EIGRP_[ERR|WARN] -> EC_EIGRPQuentin Young2018-09-136-8/+8
* Merge pull request #2977 from opensourcerouting/doc-fixDonald Sharp2018-09-091-1/+1
|\
| * build: fix not building docs w/o sphinxDavid Lamparter2018-09-091-1/+1
* | *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-1/+1
|/
* *: 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