summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* eigrpd: Create eigrp_yang.h and move stuff aroundDonnie Savage2021-01-121-0/+1
* eigrpd: Create eigrp_cli.h and move forward declarationsDonnie Savage2021-01-121-0/+1
* *: add filter northbound supportRafael Zalamena2020-06-051-0/+1
* *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal2020-02-101-1/+1
|\
| * *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-1/+1
* | *: fix route map integrationRafael Zalamena2020-02-041-0/+1
|/
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* eigrpd: Add various vrf handling functionsDonald Sharp2019-08-071-0/+2
* eigrpd: implement configuration reloadRafael Zalamena2019-08-031-0/+6
* eigrpd: migrate old CLI to northboundRafael Zalamena2019-08-031-1/+2
* lib, rip, ripng, eigrp: rework if_rmap contextPhilippe Guibert2019-02-191-4/+1
* lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-281-2/+0
* 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
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* eigrpd: Add EIGRP_ERR_XXX for zlog_err to zlog_ferrDonald Sharp2018-08-141-0/+2
* eigrpd: Follow other protocol leads and exit when told toDonald Sharp2017-09-251-0/+2
* eigrpd: Setup eigrp to send FRR versionDonald Sharp2017-08-201-0/+2
* Merge pull request #837 from qlyoung/fix-eigrp-routemap-cliDavid Lamparter2017-07-251-1/+6
|\
| * eigrpd, vtysh: add dummy route-map cliQuentin Young2017-07-201-1/+6
* | Revert "*: reindent pt. 2"David Lamparter2017-07-221-3/+1
|/
* *: reindent pt. 2whitespace / reindent2017-07-171-1/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-126/+108
* Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-1/+1
|\
| * *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
|/
* eigrpd: Cleanup tab/spacing of the *.c filesDonald Sharp2017-04-081-7/+7
* eigrp: Initial CommitDonald Sharp2017-03-091-0/+231