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
*
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
*
|
*: remove VTYNL, part 1 of 6
David Lamparter
2017-07-14
1
-1
/
+1
*
|
*: ditch vty_outln(), part 2 of 2
David Lamparter
2017-07-14
1
-3
/
+3
*
|
*: ditch vty_outln(), part 1 of 2
David Lamparter
2017-07-13
1
-36
/
+36
|
/
*
*: vty_outln (vty, "") --> vty_out (vty, VTYNL)
Quentin Young
2017-06-29
1
-1
/
+1
*
*: s/VTY_NEWLINE/VTYNL/g
Quentin Young
2017-06-29
1
-3
/
+3
*
*: use vty_outln
Quentin Young
2017-06-29
1
-90
/
+78
*
Merge pull request #754 from qlyoung/fix-argv-arg
Russ White
2017-06-29
1
-1
/
+1
|
\
|
*
*: use ->text and strmatch where appropriate
Quentin Young
2017-06-27
1
-1
/
+1
*
|
*: remove VTY_GET_*
Quentin Young
2017-06-27
1
-4
/
+5
|
/
*
*: simplify log message lookup
Quentin Young
2017-06-21
1
-2
/
+2
*
nhrpd: Fix missing include for 'access_list_init' function
Donald Sharp
2017-05-28
1
-0
/
+1
*
Merge remote-tracking branch 'origin/stable/3.0'
Donald Sharp
2017-05-24
1
-0
/
+3
|
\
|
*
nhrpd: install access-list commands
Quentin Young
2017-05-19
1
-0
/
+3
*
|
nhrpd: Fix some missing newlines
Donald Sharp
2017-05-18
1
-2
/
+2
|
/
*
nhrpd: Fix cli changes missed
Donald Sharp
2017-04-25
1
-1
/
+1
*
nhrp: implement 'no ip nhrp map' command
Timo Teräs
2017-04-25
1
-0
/
+27
*
nhrpd: implement 'show ip nhrp nhs'
Timo Teräs
2017-04-25
1
-30
/
+58
[next]