summaryrefslogtreecommitdiff
path: root/nhrpd/nhrp_vty.c
AgeCommit message (Expand)Author
2024-11-05nhrpd: Modify NHRP authentication feature loggingJoshua Muthii
2024-09-10nhrpd: Added a command "no tunnel protection vici profile PROFILE"aapostoliuk
2024-08-30nhrpd: fix show nhrp shortcut jsonLouis Scalbert
2024-07-17nhrpd: Fixes auth config change bugDave LeRoy
2024-06-10nhrpd: add cisco-authentication password supportDave LeRoy
2024-06-10nhrp: add `cisco-authentication` password supportVolodymyr Huti
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-06-21*: Replace sockunion2str => %pSUDonatas Abraitis
2022-01-31bgpd,pimd,isisd,nhrpd: Convert to vty_json()Donatas Abraitis
2022-01-24*: do not print vrf name for interface config when using vrf-liteIgor Ryzhov
2021-10-19nhrpd: convert mcast list to DLISTDavid Lamparter
2021-10-19nhrpd: convert nhs list to DLISTDavid Lamparter
2021-08-27Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter
2021-08-26lib: remove unused argument from vrf_cmd_initIgor Ryzhov
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-08-08Merge pull request #8262 from reubendowle/fixes/nhrp-misc-fixesDonald Sharp
2021-08-03nhrp: fix display of nhs command.Dmitrii Turlupov
2021-07-29*: cleanup interface node installationIgor Ryzhov
2021-06-21lib: remove vrf-interface config when removing the VRFIgor Ryzhov
2021-05-18nhrpd: Clear cache when shortcuts are clearedAmol Lad
2021-05-18nhrpd: Fix corrupt address being shown for shortcuts with no cache entryReuben Dowle
2021-04-08nhrpd: Change sockunion2str to %pSU in a few placesReuben Dowle
2021-04-06nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - commandAmol Lad
2021-04-06nhrpd: Fix style violation issuesReuben Dowle
2021-04-06nhrpd: Add support for forwarding multicast packetsAmol Lad
2021-04-01nhrpd: Ensure invalid pointer is not used if two NAT extensions receivedReuben Dowle
2021-03-29nhrpd: Make some debug prints more informativePhilippe Guibert
2021-03-29nhrpd: Display post-nat NBMA for local addressesAmold Lad
2021-03-19nhrpd: Fix some style issuesReuben Dowle
2021-03-18nhrpd: Add Claimed NBMA field in sh ip nhrp cache outputAmol Lad
2020-11-23nhrpd: cache config may disappear if iface not present at startupPhilippe Guibert
2020-10-02*: move "show debugging ..." commands to enable nodeIgor Ryzhov
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: move CLI parent data to cmd_node->parent_nodeDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter
2020-04-15nhrpd: Actually allow json outputDonald Sharp
2020-03-22Merge pull request #5825 from pguibert6WIND/nhrp_vtyDonatas Abraitis
2020-03-19nhrpd: fix clear nhrp cache dynamic entriesPhilippe Guibert
2020-03-13nhrpd: add json support to show nhrp vty commandsPhilippe Guibert
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-02-14nhrpd: allow no nhrp map cmd to match the configured cmdJafar Al-Gharaibeh
2019-10-25nhrp: Make sure `no ip nhrp map <something>` works as expectedDonatas Abraitis
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-10-24*: add missing \n in some help stringsRenato Westphal
2017-10-10*: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal
2017-08-29*: remove empty "interface XYZ" config blocksDavid Lamparter
2017-08-21*: Add 'show debugging' command from vtyshDonald Sharp