summaryrefslogtreecommitdiff
path: root/eigrpd/eigrp_vty.c
AgeCommit message (Expand)Author
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-06-16eigrpd: vrf variable name hides a parameter of the same nameDonald Sharp
2021-01-12eigrpd: Rename nexthop_entry and prefix_entry to better namesDonnie Savage
2020-10-21eigrpd: Replace inet_ntoa with %pI4Donald Sharp
2020-08-31eigrpd: make `show ip eigrp vrf all neighbor` work correctlyDonald Sharp
2020-08-31eigrpd: Make `show ip eigrp vrf all interfaces` work correctlyDonald Sharp
2020-08-31eigrpd: Fix `show ip eigrp vrf all topology` to actually workDonald Sharp
2019-08-06eigrpd: Convert cli to be able to use [vrf NAME]Donald Sharp
2019-08-06eigrpd: Add `router eigrp AS [vrf NAME]` and various stuffDonald Sharp
2019-08-06eigrpd: Use the eigrp->vrf_id where we can immediately transformDonald Sharp
2019-08-03eigrpd: migrate old CLI to northboundRafael Zalamena
2019-07-09yang/eigrp: change active-time timer to secondsRafael Zalamena
2019-06-07eigrpd: fix invalid command definitionsIgor Ryzhov
2019-02-25*: remove useless return variablesQuentin Young
2019-02-11eigrpd: Correctly handle the ref-count in a couple of spotsDonald Sharp
2019-02-03eigrpd: Allow A.B.C.D and A.B.C.D/M for topology specificationDonald Sharp
2019-02-03eigrpd: Abstract display of an individual entryDonald Sharp
2019-02-03eigrpd: Modify from int to boolean for displayDonald Sharp
2019-01-01Merge pull request #3543 from donaldsharp/eigrp_router_id_is_the_beeRenato Westphal
2018-12-30eigrpd: Allow eigrp to set/unset the router-id as a value.Donald Sharp
2018-12-30eigrpd: eigrp usage of uint32_t to struct in_addr for router_id dataDonald Sharp
2018-12-30eigrpd: Write eigrp config even if no network statements yetDonald Sharp
2018-12-28lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert
2018-10-24eigrpd: Fix bandwidth command to actually read input properlyDonald Sharp
2018-10-24eigrpd: Convert keychain authentication to DEFPYDonald Sharp
2018-09-06eigrp: opnional metric in 'no redistribute'dturlupov
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
2017-10-24*: fix coverity warnings - error handling issuesRenato Westphal
2017-10-24*: add missing \n in some help stringsRenato Westphal
2017-10-24eigrpd: Convert topology list to a tableDonald Sharp
2017-10-10*: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal
2017-10-02eigrpd: Remove ei mapping to connected routesDonald Sharp
2017-09-05Merge pull request #1051 from donaldsharp/plistsDavid Lamparter
2017-08-31Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal
2017-08-31Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh
2017-08-31*: return CMD_WARNING if command was already configuredDaniel Walton
2017-08-29*: remove empty "interface XYZ" config blocksDavid Lamparter
2017-08-26eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entryDonald Sharp
2017-08-24eigrpd, ospfd: Cleanup inet_aton return code checkingDonald Sharp
2017-08-24eigrpd: Refactor eigrp_network_[un]set to use prefixDonald Sharp
2017-07-26eigrpd: minor fix in the redistribute commandRenato Westphal
2017-07-25bgpd/eigrpd: fix crashes found by the CLI fuzzerRenato Westphal
2017-07-17eigrpd: remove last vty_outlnQuentin Young
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge pull request #818 from donaldsharp/eigrp_afiJafar Al-Gharaibeh