summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-158/+151
* *: add missing \n in some help stringsRenato Westphal2017-10-241-2/+2
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-5/+5
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-8/+8
* *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
* *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-5/+5
* nhrpd: fix issues found by coverityJorge Boncompte2017-08-101-1/+1
* *: fix GCC 7 warnings/issuesDavid Lamparter2017-07-141-1/+0
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-2/+2
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-2/+2
* | *: remove VTYNL, part 6 of 6David Lamparter2017-07-141-4/+2
* | *: remove VTYNL, part 3 of 6David Lamparter2017-07-141-1/+1
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-1/+1
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-3/+3
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-36/+36
|/
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-1/+1
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-3/+3
* *: use vty_outlnQuentin Young2017-06-291-90/+78
* Merge pull request #754 from qlyoung/fix-argv-argRuss White2017-06-291-1/+1
|\
| * *: use ->text and strmatch where appropriateQuentin Young2017-06-271-1/+1
* | *: remove VTY_GET_*Quentin Young2017-06-271-4/+5
|/
* *: simplify log message lookupQuentin Young2017-06-211-2/+2
* nhrpd: Fix missing include for 'access_list_init' functionDonald Sharp2017-05-281-0/+1
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-241-0/+3
|\
| * nhrpd: install access-list commandsQuentin Young2017-05-191-0/+3
* | nhrpd: Fix some missing newlinesDonald Sharp2017-05-181-2/+2
|/
* nhrpd: Fix cli changes missedDonald Sharp2017-04-251-1/+1
* nhrp: implement 'no ip nhrp map' commandTimo Teräs2017-04-251-0/+27
* nhrpd: implement 'show ip nhrp nhs'Timo Teräs2017-04-251-30/+58
* nhrpd: adapt to API changesDavid Lamparter2017-03-071-82/+78
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+928