summaryrefslogtreecommitdiffstats
path: root/eigrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: s/TRUE/true/, s/FALSE/false/Quentin Young2019-07-011-2/+0
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-243-5/+3
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-223-3/+5
|\
| * *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-123-3/+5
* | eigrpd: Fix endianness issue in packetsPawel Dembicki2019-06-142-32/+15
|/
* eigrpd: fix invalid command definitionsIgor Ryzhov2019-06-072-14/+14
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-26/+28
* lib: Changes made to dependencies of a r-map do not take effect.Naveen Thanikachalam2019-05-311-1/+1
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-28/+26
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-35/+20
* *: setting the socket send/recv buffer sizes doesn't need elevated privsRenato Westphal2019-04-081-11/+9
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-4/+4
* Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter2019-03-063-7/+3
|\
| * *: remove unnecessary semicolon from switchesQuentin Young2019-02-261-1/+1
| * *: remove useless return variablesQuentin Young2019-02-262-6/+2
* | eigrp, rip, ripng, lib: unlink if_rmap from vrfPhilippe Guibert2019-02-191-1/+1
* | lib, rip, ripng, eigrp: rework if_rmap contextPhilippe Guibert2019-02-192-4/+8
|/
* eigrpd: Do not redelete the eigrp interface data structureDonald Sharp2019-02-111-1/+2
* eigrpd: Correctly handle the ref-count in a couple of spotsDonald Sharp2019-02-112-1/+2
* eigrp: Make the eigrp_interface have a prefix instead of a *prefixDonald Sharp2019-02-116-17/+17
* eigrpd: Remove unnecessary test for pointerDonald Sharp2019-02-111-1/+1
* eigrpd: Don't crash on a `no network A.B.C.D/M`Donald Sharp2019-02-041-11/+7
* eigrpd: Allow A.B.C.D and A.B.C.D/M for topology specificationDonald Sharp2019-02-031-15/+55
* eigrpd: Abstract display of an individual entryDonald Sharp2019-02-031-17/+25
* eigrpd: Modify from int to boolean for displayDonald Sharp2019-02-033-6/+7
* eigrpd: Modify code to pass down metric to zebraDonald Sharp2019-02-033-4/+9
* build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-245-10/+10
* lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal2019-01-141-1/+1
* Merge pull request #3543 from donaldsharp/eigrp_router_id_is_the_beeRenato Westphal2019-01-025-30/+24
|\
| * eigrpd: Allow eigrp to set/unset the router-id as a value.Donald Sharp2018-12-311-8/+10
| * eigrpd: eigrp usage of uint32_t to struct in_addr for router_id dataDonald Sharp2018-12-315-19/+14
| * eigrpd: Write eigrp config even if no network statements yetDonald Sharp2018-12-311-3/+0
* | lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-286-7/+25
|/
* *: remove all MIBs for DFSG complianceDavid Lamparter2018-12-142-1323/+0
* *: 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