index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nhrpd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #16788 from LabNConsulting/jmuthii/nhrpd-retry-resolution
Jafar Al-Gharaibeh
2024-09-24
2
-24
/
+77
|
\
|
*
nhrpd: Implement retrying resolution request
Joshua Muthii
2024-09-17
2
-24
/
+77
*
|
nhrpd: fixes duplicate auth extension
Denys Haryachyy
2024-09-12
1
-0
/
+6
*
|
nhrpd: Added a command "no tunnel protection vici profile PROFILE"
aapostoliuk
2024-09-10
1
-2
/
+7
*
|
nhrpd: fix show nhrp shortcut json
Louis Scalbert
2024-08-30
1
-1
/
+1
*
|
nhrpd: fix sending /32 shortcut
Louis Scalbert
2024-08-23
1
-0
/
+4
|
/
*
nhrpd: fixes duplicate auth extension
Dave LeRoy
2024-07-26
1
-8
/
+11
*
nhrpd: Fixes auth no redirect bug
Dave LeRoy
2024-07-18
1
-1
/
+8
*
nhrpd: Fixes auth config change bug
Dave LeRoy
2024-07-17
1
-2
/
+6
*
nhrpd: add cisco-authentication password support
Dave LeRoy
2024-06-11
3
-17
/
+25
*
nhrp: add `cisco-authentication` password support
Volodymyr Huti
2024-06-11
7
-26
/
+184
*
nhrpd: cleans up shortcut cache entries on termination
Dave LeRoy
2024-06-05
2
-6
/
+10
*
nhrpd: fixes core dump on shutdown
dleroy
2024-05-30
1
-2
/
+2
*
nhrp: replace hard coded retry time with value derived from holdtime
Lou Berger
2024-04-23
1
-3
/
+9
*
*: Add missing SPDX-License-Identifier for some .c/.h files
Donatas Abraitis
2024-03-21
4
-0
/
+6
*
nhrp: fix race condition
Lou Berger
2024-02-08
1
-0
/
+5
*
*: create a single registry of daemons' default port values
Mark Stapp
2024-02-01
1
-1
/
+0
*
*: fix `frr_daemon_info` indentation
David Lamparter
2024-01-27
1
-5
/
+10
*
nhrpd: remove netlink_configure_arp declaration
Louis Scalbert
2024-01-24
1
-1
/
+0
*
nhrpd: unset noarp flag using a zapi message
Louis Scalbert
2024-01-24
4
-21
/
+8
*
lib, nhrpd: Move neighbor reg/unreg to lib/zclient.c
Donald Sharp
2024-01-22
2
-27
/
+13
*
*: Rename ZEBRA_NHRP_NEIGH_XXX to ZEBRA_NEIGH_XXX
Donald Sharp
2024-01-22
2
-12
/
+12
*
*: zebra.h should not have fcntl.h
Donald Sharp
2024-01-09
2
-0
/
+2
*
*: Remove sys/ioctl.h from zebra.h
Donald Sharp
2024-01-04
1
-0
/
+1
*
nhrpd: Cleanup a hash on nhrp shutdown
Donald Sharp
2023-12-16
1
-0
/
+1
*
lib, bgpd, nhrpd: Cleanup memory in lib/resolver on shutdown
Donald Sharp
2023-12-16
1
-0
/
+2
*
*: convert `struct interface->connected` to DLIST
David Lamparter
2023-11-22
1
-2
/
+1
*
*: Remove netlink headers from lib/zebra.h
Donald Sharp
2023-11-07
2
-0
/
+8
*
lib: convert if_zapi_callbacks into actual hooks
David Lamparter
2023-11-03
1
-2
/
+4
*
Merge pull request #14561 from idryzhov/implicit-fallthrough
Donald Sharp
2023-10-13
2
-4
/
+4
|
\
|
*
build: add -Wimplicit-fallthrough
Igor Ryzhov
2023-10-12
2
-4
/
+4
*
|
nhrpd: Fix nhrp_peer leak
Keelan10
2023-10-12
3
-2
/
+5
|
/
*
nhrpd: clean up locals in route zapi api
Mark Stapp
2023-07-10
1
-3
/
+3
*
nhrpd: Fix nhrpd memory leak
Keelan10
2023-04-24
1
-0
/
+1
*
Merge pull request #12837 from donaldsharp/unlikely_routemap
Russ White
2023-04-04
1
-8
/
+0
|
\
|
*
babeld, lib, nhrpd: Add likely and unlikely macros
Donald Sharp
2023-03-23
1
-8
/
+0
*
|
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
12
-12
/
+12
*
|
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
2
-2
/
+2
*
|
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
9
-42
/
+42
*
|
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
2
-2
/
+2
*
|
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
2023-03-24
1
-1
/
+1
*
|
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
9
-84
/
+83
*
|
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
10
-36
/
+36
*
|
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
12
-12
/
+12
*
|
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-6
/
+1
|
/
*
nhrpd: drop peer references on freeing cache entry
David Lamparter
2023-03-19
1
-0
/
+2
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
23
-133
/
+23
*
*: manual SPDX License ID conversions
David Lamparter
2023-02-09
1
-3
/
+1
*
nhrpd: Add missing enum's to switch statement
Donald Sharp
2023-01-31
4
-16
/
+37
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-1
/
+0
[next]