index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nhrpd
/
nhrp_vty.c
Age
Commit message (
Expand
)
Author
2024-09-02
nhrpd: fix show nhrp shortcut json
Louis Scalbert
2023-02-09
*: auto-convert to SPDX License IDs
David Lamparter
2022-10-07
*: Create and use infrastructure to show debugs in lib
Donald Sharp
2022-06-21
*: Replace sockunion2str => %pSU
Donatas Abraitis
2022-01-31
bgpd,pimd,isisd,nhrpd: Convert to vty_json()
Donatas Abraitis
2022-01-24
*: do not print vrf name for interface config when using vrf-lite
Igor Ryzhov
2021-10-19
nhrpd: convert mcast list to DLIST
David Lamparter
2021-10-19
nhrpd: convert nhs list to DLIST
David Lamparter
2021-08-27
Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-arg
David Lamparter
2021-08-26
lib: remove unused argument from vrf_cmd_init
Igor Ryzhov
2021-08-23
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-08
Merge pull request #8262 from reubendowle/fixes/nhrp-misc-fixes
Donald Sharp
2021-08-03
nhrp: fix display of nhs command.
Dmitrii Turlupov
2021-07-29
*: cleanup interface node installation
Igor Ryzhov
2021-06-21
lib: remove vrf-interface config when removing the VRF
Igor Ryzhov
2021-05-18
nhrpd: Clear cache when shortcuts are cleared
Amol Lad
2021-05-18
nhrpd: Fix corrupt address being shown for shortcuts with no cache entry
Reuben Dowle
2021-04-08
nhrpd: Change sockunion2str to %pSU in a few places
Reuben Dowle
2021-04-06
nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - command
Amol Lad
2021-04-06
nhrpd: Fix style violation issues
Reuben Dowle
2021-04-06
nhrpd: Add support for forwarding multicast packets
Amol Lad
2021-04-01
nhrpd: Ensure invalid pointer is not used if two NAT extensions received
Reuben Dowle
2021-03-29
nhrpd: Make some debug prints more informative
Philippe Guibert
2021-03-29
nhrpd: Display post-nat NBMA for local addresses
Amold Lad
2021-03-19
nhrpd: Fix some style issues
Reuben Dowle
2021-03-18
nhrpd: Add Claimed NBMA field in sh ip nhrp cache output
Amol Lad
2020-11-23
nhrpd: cache config may disappear if iface not present at startup
Philippe Guibert
2020-10-02
*: move "show debugging ..." commands to enable node
Igor Ryzhov
2020-04-16
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
*: remove second parameter on install_node()
David Lamparter
2020-04-16
*: remove cmd_node->vtysh
David Lamparter
2020-04-15
nhrpd: Actually allow json output
Donald Sharp
2020-03-22
Merge pull request #5825 from pguibert6WIND/nhrp_vty
Donatas Abraitis
2020-03-19
nhrpd: fix clear nhrp cache dynamic entries
Philippe Guibert
2020-03-13
nhrpd: add json support to show nhrp vty commands
Philippe Guibert
2020-03-08
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-02-14
nhrpd: allow no nhrp map cmd to match the configured cmd
Jafar Al-Gharaibeh
2019-10-25
nhrp: Make sure `no ip nhrp map <something>` works as expected
Donatas Abraitis
2018-03-06
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2017-10-24
*: add missing \n in some help strings
Renato Westphal
2017-10-10
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-08-29
*: remove empty "interface XYZ" config blocks
David Lamparter
2017-08-21
*: Add 'show debugging' command from vtysh
Donald Sharp
2017-08-10
nhrpd: fix issues found by coverity
Jorge Boncompte
2017-07-14
*: fix GCC 7 warnings/issues
David Lamparter
2017-07-14
Merge remote-tracking branch 'frr/master' into newline-redux
David Lamparter
2017-07-14
*: remove VTYNL, part 6 of 6
David Lamparter
2017-07-14
*: remove VTYNL, part 3 of 6
David Lamparter
[next]