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
*
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
*
*: Create and use infrastructure to show debugs in lib
Donald Sharp
2022-10-07
1
-0
/
+2
*
nhrpd: Use nhrp_interface_update_nbma when source vrf was changed
Dmitrii Turlupov
2022-08-22
1
-2
/
+1
*
nhrpd: Use frr_weak_random()
Donald Sharp
2022-08-15
1
-1
/
+2
*
*: Replace sockunion2str => %pSU
Donatas Abraitis
2022-06-21
4
-28
/
+14
*
nhrpd: r is always < 0 at some points of if else statements
Donald Sharp
2022-06-16
1
-3
/
+3
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-1
/
+1
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-1
/
+1
*
build: first header *must* be zebra.h or config.h
David Lamparter
2022-04-04
1
-1
/
+2
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
9
-68
/
+36
*
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
*
*: rework renaming the default VRF
Igor Ryzhov
2021-12-21
1
-1
/
+1
*
Merge pull request #9878 from pguibert6WIND/resolver_vrf
Donatas Abraitis
2021-12-01
1
-2
/
+2
|
\
|
*
lib: resolver per vrf support
Philippe Guibert
2021-11-23
1
-2
/
+2
*
|
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
2
-11
/
+7
|
/
*
*: Convert quagga_signal_X to frr_signal_X
Donald Sharp
2021-11-11
1
-1
/
+1
*
Merge pull request #9854 from opensourcerouting/zapi-call-table
Russ White
2021-10-26
3
-18
/
+25
|
\
|
*
*: convert zclient callbacks to table
David Lamparter
2021-10-20
3
-18
/
+25
*
|
nhrpd: align nhrp privs with definition from others
Philippe Guibert
2021-10-21
1
-0
/
+2
*
|
nhrpd: drop list.h
David Lamparter
2021-10-19
3
-212
/
+0
*
|
nhrpd: convert zbuf queue to DLIST
David Lamparter
2021-10-19
2
-15
/
+16
*
|
nhrpd: convert SA list to DLIST
David Lamparter
2021-10-19
1
-13
/
+12
*
|
nhrpd: convert reg list to DLIST
David Lamparter
2021-10-19
2
-21
/
+20
*
|
nhrpd: convert mcast list to DLIST
David Lamparter
2021-10-19
4
-23
/
+20
*
|
nhrpd: convert nhs list to DLIST
David Lamparter
2021-10-19
4
-44
/
+34
*
|
nhrpd: convert notifier list to DLIST
David Lamparter
2021-10-19
5
-18
/
+30
|
/
*
nhrpd: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-04
7
-13
/
+0
*
Merge pull request #9488 from pguibert6WIND/fix_nhrp_neigh_state
Russ White
2021-08-28
1
-1
/
+2
|
\
|
*
nhrp, zebra, lib: pass exact received neighbor state value to nhrp
Philippe Guibert
2021-08-26
1
-1
/
+2
*
|
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
|
|
/
*
|
Merge pull request #9331 from idryzhov/explicit-exit
Christian Hopps
2021-08-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-1
/
+1
[next]