summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-5/+1
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* *: Replace sockunion2str => %pSUDonatas Abraitis2022-06-211-8/+6
* bgpd,pimd,isisd,nhrpd: Convert to vty_json()Donatas Abraitis2022-01-311-10/+3
* *: do not print vrf name for interface config when using vrf-liteIgor Ryzhov2022-01-241-2/+2
* nhrpd: convert mcast list to DLISTDavid Lamparter2021-10-191-3/+1
* nhrpd: convert nhs list to DLISTDavid Lamparter2021-10-191-3/+1
* Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\
| * lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+1
|/
* Merge pull request #8262 from reubendowle/fixes/nhrp-misc-fixesDonald Sharp2021-08-081-1/+9
|\
| * nhrpd: Clear cache when shortcuts are clearedAmol Lad2021-05-181-1/+8
| * nhrpd: Fix corrupt address being shown for shortcuts with no cache entryReuben Dowle2021-05-181-0/+1
* | nhrp: fix display of nhs command.Dmitrii Turlupov2021-08-031-1/+1
* | *: cleanup interface node installationIgor Ryzhov2021-07-291-12/+1
* | lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+2
|/
* nhrpd: Change sockunion2str to %pSU in a few placesReuben Dowle2021-04-071-24/+19
* 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