summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* eigrpd: Convert cli to be able to use [vrf NAME]Donald Sharp2019-08-071-62/+60
* eigrpd: Add `router eigrp AS [vrf NAME]` and various stuffDonald Sharp2019-08-071-10/+10
* eigrpd: Use the eigrp->vrf_id where we can immediately transformDonald Sharp2019-08-071-4/+4
* eigrpd: migrate old CLI to northboundRafael Zalamena2019-08-031-1071/+0
* yang/eigrp: change active-time timer to secondsRafael Zalamena2019-07-091-2/+2
* eigrpd: fix invalid command definitionsIgor Ryzhov2019-06-071-2/+2
* *: remove useless return variablesQuentin Young2019-02-261-3/+1
* eigrpd: Correctly handle the ref-count in a couple of spotsDonald Sharp2019-02-111-0/+1
* 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-031-2/+2
* Merge pull request #3543 from donaldsharp/eigrp_router_id_is_the_beeRenato Westphal2019-01-021-15/+12
|\
| * 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-311-4/+2
| * 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-281-1/+1
|/
* eigrpd: Fix bandwidth command to actually read input properlyDonald Sharp2018-10-251-6/+3
* eigrpd: Convert keychain authentication to DEFPYDonald Sharp2018-10-251-42/+23
* eigrp: opnional metric in 'no redistribute'dturlupov2018-09-061-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-8/+8
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-15/+8
* *: fix coverity warnings - error handling issuesRenato Westphal2017-10-241-2/+2
* *: add missing \n in some help stringsRenato Westphal2017-10-241-3/+2
* eigrpd: Convert topology list to a tableDonald Sharp2017-10-241-3/+8
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+2
* eigrpd: Remove ei mapping to connected routesDonald Sharp2017-10-031-56/+123
* Merge pull request #1051 from donaldsharp/plistsDavid Lamparter2017-09-051-6/+6
|\
| * eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entryDonald Sharp2017-08-271-6/+6
* | Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal2017-08-311-1/+1
|\ \
| * | *: return CMD_WARNING if command was already configuredDaniel Walton2017-08-311-1/+1
| |/
* | Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh2017-08-311-2/+10
|\ \
| * | eigrpd, ospfd: Cleanup inet_aton return code checkingDonald Sharp2017-08-251-2/+10
| |/
* / *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-4/+4
|/
* eigrpd: Refactor eigrp_network_[un]set to use prefixDonald Sharp2017-08-241-4/+4
* eigrpd: minor fix in the redistribute commandRenato Westphal2017-07-261-4/+8
* bgpd/eigrpd: fix crashes found by the CLI fuzzerRenato Westphal2017-07-251-0/+5
* eigrpd: remove last vty_outlnQuentin Young2017-07-171-2/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-898/+834
* Merge pull request #818 from donaldsharp/eigrp_afiJafar Al-Gharaibeh2017-07-141-0/+6
|\
| * eigrpd: Fix up some redistribution issuesDonald Sharp2017-07-141-0/+6
* | Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-7/+7
|\ \
| * | vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-7/+7
| |/
* / *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-60/+60
|/
* *: use vty_outlnQuentin Young2017-06-291-71/+70
* *: remove VTY_GET_*Quentin Young2017-06-271-4/+4
* eigrpd: disambiguate bandwidth commandQuentin Young2017-05-171-2/+4
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* eigrpd: Diverse FixesRenato Westphal2017-05-131-77/+72
* eigrpd: Fix compilation errors for some versions of gccDaniel Walton2017-05-101-2/+2