index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ldpd
/
ldpd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-10
/
+10
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-15
/
+15
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-7
/
+7
*
Merge pull request #12851 from sri-mohan1/sri-mohan-ldp
Russ White
2023-02-21
1
-53
/
+97
|
\
|
*
ldpd: changes for code maintainability
sri-mohan1
2023-02-20
1
-53
/
+97
*
|
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-12
/
+1
|
/
*
ldpd: Convert thread_cancel to THREAD_OFF
Donald Sharp
2022-07-21
1
-7
/
+7
*
*: Fix spelling of inteface
Donald Sharp
2022-04-19
1
-1
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-21
/
+9
*
*: rework renaming the default VRF
Igor Ryzhov
2021-12-21
1
-1
/
+1
*
*: Convert quagga_signal_X to frr_signal_X
Donald Sharp
2021-11-11
1
-1
/
+1
*
*: don't pass pointers to a local variables to thread_add_*
Igor Ryzhov
2021-10-07
1
-2
/
+1
*
ldpd: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-04
1
-4
/
+0
*
lib/module.c and callers of frrmod_load(): fix error messages
G. Paul Ziemba
2021-09-14
1
-2
/
+1
*
*: Drop `break` after using frr_help_exit() in switch/case
Donatas Abraitis
2021-08-25
1
-1
/
+0
*
ldpd: make allowing broken-lsps to be installed with pop operation configurable
lynne
2021-05-03
1
-0
/
+10
*
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
2021-03-17
1
-7
/
+7
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
ldpd: Add support for read-only snmp mib objects (excluding statistics)
Karen Schoener
2021-02-24
1
-2
/
+27
*
ldpd: add support for RLFA clients
Renato Westphal
2021-01-09
1
-0
/
+10
*
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-7
/
+7
*
Merge pull request #6789 from volta-networks/feat_ldp_igp_sync
Renato Westphal
2020-09-11
1
-0
/
+17
|
\
|
*
ldpd: Adding support for LDP IGP Synchronization
Karen Schoener
2020-09-09
1
-0
/
+17
*
|
ldpd: Fix issue when starting up LDP with no configuration.
lynne
2020-09-04
1
-1
/
+42
|
/
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-10
/
+5
*
ldpd: clean up temp zlog files
Mark Stapp
2020-06-22
1
-1
/
+2
*
*: integrate remaining daemons with filter
Rafael Zalamena
2020-06-05
1
-0
/
+1
*
Merge pull request #6241 from volta-networks/fix_ldp_acl
Renato Westphal
2020-04-30
1
-3
/
+2
|
\
|
*
ldpd: fix ACL rule modification
lynne
2020-04-29
1
-3
/
+2
*
|
ldpd: use a timer instead of sleeping in LM init
Mark Stapp
2020-04-23
1
-3
/
+0
*
|
Merge pull request #6247 from FRRouting/nb_conversions
Donald Sharp
2020-04-17
1
-0
/
+1
|
\
\
|
*
|
*: include vrf northbound module in init
Chirag Shah
2020-04-16
1
-0
/
+1
|
|
/
*
|
Merge pull request #5451 from opensourcerouting/rcu-log
Santosh P K
2020-04-16
1
-4
/
+15
|
\
\
|
|
/
|
/
|
|
*
lib: rewrite zlog lock-free & TLS-buffered
David Lamparter
2020-04-01
1
-4
/
+15
*
|
ldpd: fixing host-only configuration filter.
lynne
2020-04-01
1
-0
/
+13
|
/
*
Merge pull request #5851 from volta-networks/feat_ldp_oc_review
Renato Westphal
2020-03-23
1
-0
/
+8
|
\
|
*
ldpd: adding support for LDP ordered label distribution control
Karen Schoener
2020-03-20
1
-0
/
+8
*
|
ldpd: fix another linking issue with GCC-10
Ruben Kerkhof
2020-03-08
1
-0
/
+2
*
|
ldpd: Remove double set of lif
Donald Sharp
2020-03-03
1
-1
/
+1
*
|
ldpd: Cleanup indentation in merge_nbrps
Donald Sharp
2020-02-27
1
-21
/
+23
*
|
ldpd: Cleanup set but unused variables
Donald Sharp
2020-02-27
1
-9
/
+8
|
/
*
*: generously apply const
David Lamparter
2019-12-02
1
-1
/
+1
*
*: make frr_yang_module_info const
David Lamparter
2019-11-30
1
-1
/
+1
*
ldpd: set default instance to 1
Emanuele Di Pascale
2019-07-10
1
-0
/
+3
*
ldpd: Fix shutdown
dturlupov
2019-06-11
1
-1
/
+1
*
ldpd: Allow for -N <namespace> to influence location of LDPD_SOCKET
Donald Sharp
2019-06-04
1
-1
/
+10
*
*: remove the configuration lock from all daemons
Renato Westphal
2018-11-26
1
-1
/
+0
[next]