summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - commandAmol Lad2021-04-051-0/+30
* nhrpd: Fix style violation issuesReuben Dowle2021-04-051-8/+10
* nhrpd: Add support for forwarding multicast packetsAmol Lad2021-04-051-0/+63
* nhrpd: Ensure invalid pointer is not used if two NAT extensions receivedReuben Dowle2021-04-011-2/+1
* nhrpd: Make some debug prints more informativePhilippe Guibert2021-03-281-1/+1
* nhrpd: Display post-nat NBMA for local addressesAmold Lad2021-03-281-11/+28
* nhrpd: Fix some style issuesReuben Dowle2021-03-181-5/+9
* nhrpd: Add Claimed NBMA field in sh ip nhrp cache outputAmol Lad2021-03-181-9/+18
* nhrpd: cache config may disappear if iface not present at startupPhilippe Guibert2020-11-231-16/+33
* *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+2
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+2
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+2
* *: remove second parameter on install_node()David Lamparter2020-04-161-2/+6
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-2/+0
* nhrpd: Actually allow json outputDonald Sharp2020-04-151-1/+1
* Merge pull request #5825 from pguibert6WIND/nhrp_vtyDonatas Abraitis2020-03-221-48/+227
|\
| * nhrpd: add json support to show nhrp vty commandsPhilippe Guibert2020-03-131-48/+227
* | nhrpd: fix clear nhrp cache dynamic entriesPhilippe Guibert2020-03-191-1/+1
|/
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-14/+14
* nhrpd: allow no nhrp map cmd to match the configured cmdJafar Al-Gharaibeh2020-02-141-2/+4
* nhrp: Make sure `no ip nhrp map <something>` works as expectedDonatas Abraitis2019-10-251-2/+3
* *: 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