index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nhrpd
/
nhrp_vty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-5
/
+1
*
*: Create and use infrastructure to show debugs in lib
Donald Sharp
2022-10-07
1
-0
/
+2
*
*: Replace sockunion2str => %pSU
Donatas Abraitis
2022-06-21
1
-8
/
+6
*
bgpd,pimd,isisd,nhrpd: Convert to vty_json()
Donatas Abraitis
2022-01-31
1
-10
/
+3
*
*: do not print vrf name for interface config when using vrf-lite
Igor Ryzhov
2022-01-24
1
-2
/
+2
*
nhrpd: convert mcast list to DLIST
David Lamparter
2021-10-19
1
-3
/
+1
*
nhrpd: convert nhs list to DLIST
David Lamparter
2021-10-19
1
-3
/
+1
*
Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-arg
David Lamparter
2021-08-27
1
-1
/
+1
|
\
|
*
lib: remove unused argument from vrf_cmd_init
Igor Ryzhov
2021-08-26
1
-1
/
+1
*
|
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-1
/
+1
|
/
*
Merge pull request #8262 from reubendowle/fixes/nhrp-misc-fixes
Donald Sharp
2021-08-08
1
-1
/
+9
|
\
|
*
nhrpd: Clear cache when shortcuts are cleared
Amol Lad
2021-05-18
1
-1
/
+8
|
*
nhrpd: Fix corrupt address being shown for shortcuts with no cache entry
Reuben Dowle
2021-05-18
1
-0
/
+1
*
|
nhrp: fix display of nhs command.
Dmitrii Turlupov
2021-08-03
1
-1
/
+1
*
|
*: cleanup interface node installation
Igor Ryzhov
2021-07-29
1
-12
/
+1
*
|
lib: remove vrf-interface config when removing the VRF
Igor Ryzhov
2021-06-21
1
-0
/
+2
|
/
*
nhrpd: Change sockunion2str to %pSU in a few places
Reuben Dowle
2021-04-07
1
-24
/
+19
*
nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - command
Amol Lad
2021-04-05
1
-0
/
+30
*
nhrpd: Fix style violation issues
Reuben Dowle
2021-04-05
1
-8
/
+10
*
nhrpd: Add support for forwarding multicast packets
Amol Lad
2021-04-05
1
-0
/
+63
*
nhrpd: Ensure invalid pointer is not used if two NAT extensions received
Reuben Dowle
2021-04-01
1
-2
/
+1
*
nhrpd: Make some debug prints more informative
Philippe Guibert
2021-03-28
1
-1
/
+1
*
nhrpd: Display post-nat NBMA for local addresses
Amold Lad
2021-03-28
1
-11
/
+28
*
nhrpd: Fix some style issues
Reuben Dowle
2021-03-18
1
-5
/
+9
*
nhrpd: Add Claimed NBMA field in sh ip nhrp cache output
Amol Lad
2021-03-18
1
-9
/
+18
*
nhrpd: cache config may disappear if iface not present at startup
Philippe Guibert
2020-11-23
1
-16
/
+33
*
*: move "show debugging ..." commands to enable node
Igor Ryzhov
2020-10-02
1
-1
/
+2
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+2
*
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
1
-0
/
+2
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-2
/
+6
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-2
/
+0
*
nhrpd: Actually allow json output
Donald Sharp
2020-04-15
1
-1
/
+1
*
Merge pull request #5825 from pguibert6WIND/nhrp_vty
Donatas Abraitis
2020-03-22
1
-48
/
+227
|
\
|
*
nhrpd: add json support to show nhrp vty commands
Philippe Guibert
2020-03-13
1
-48
/
+227
*
|
nhrpd: fix clear nhrp cache dynamic entries
Philippe Guibert
2020-03-19
1
-1
/
+1
|
/
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-14
/
+14
*
nhrpd: allow no nhrp map cmd to match the configured cmd
Jafar Al-Gharaibeh
2020-02-14
1
-2
/
+4
*
nhrp: Make sure `no ip nhrp map <something>` works as expected
Donatas Abraitis
2019-10-25
1
-2
/
+3
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-158
/
+151
*
*: add missing \n in some help strings
Renato Westphal
2017-10-24
1
-2
/
+2
*
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
1
-5
/
+5
*
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
1
-8
/
+8
*
*: remove empty "interface XYZ" config blocks
David Lamparter
2017-08-29
1
-2
/
+2
*
*: Add 'show debugging' command from vtysh
Donald Sharp
2017-08-21
1
-5
/
+5
*
nhrpd: fix issues found by coverity
Jorge Boncompte
2017-08-10
1
-1
/
+1
*
*: fix GCC 7 warnings/issues
David Lamparter
2017-07-14
1
-1
/
+0
*
Merge remote-tracking branch 'frr/master' into newline-redux
David Lamparter
2017-07-14
1
-2
/
+2
|
\
|
*
vtysh: return non-zero for configuration failures
Daniel Walton
2017-07-13
1
-2
/
+2
*
|
*: remove VTYNL, part 6 of 6
David Lamparter
2017-07-14
1
-4
/
+2
*
|
*: remove VTYNL, part 3 of 6
David Lamparter
2017-07-14
1
-1
/
+1
[next]