summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* eigrpd: Save whether or not a interface is passive.Donald Sharp2017-04-171-4/+19
* eigrpd: Cleanup cliDonald Sharp2017-04-151-54/+43
* eigrpd: Cleanup tab/spacing of the *.c filesDonald Sharp2017-04-081-73/+62
* eigrpd: Fix 'router eigrp..' to be DEFUN_NOSHDonald Sharp2017-04-061-6/+6
* eigrpd: Cleanup the mergeDonald Sharp2017-04-061-4/+4
* eigrpd: Valgrind complained about not removing entryDonald Sharp2017-04-031-5/+0
* eigrpd: Fix eigrp interface headerDonald Sharp2017-03-131-1/+1
* eigrpd: Fix compilation for gcc on some platforms.Donald Sharp2017-03-111-4/+4
* eigrp: Initial CommitDonald Sharp2017-03-091-0/+1584