index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ldpd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
*: Drop deprecated incorrect JSON fields with wrong naming
Donatas Abraitis
2023-01-31
1
-4
/
+0
*
|
*: no-warn pragmas for non-const format strings
David Lamparter
2023-01-27
1
-0
/
+4
|
/
*
ldpd: fix time truncation
Rafael Zalamena
2023-01-20
1
-4
/
+10
*
ldpd: Clean up use after free in shutdown
Donald Sharp
2022-12-05
1
-1
/
+1
*
Merge pull request #12196 from opensourcerouting/xref-vtysh
Donald Sharp
2022-11-03
2
-3
/
+0
|
\
|
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
2
-3
/
+0
*
|
ldpd: Make ldpd happy with clang-16
Donald Sharp
2022-10-26
1
-2
/
+1
|
/
*
Merge pull request #12066 from opensourcerouting/cleanup-cli-xref
Donald Sharp
2022-10-13
1
-1
/
+1
|
\
|
*
*: fix some malformed CLI docstrings
David Lamparter
2022-10-06
1
-1
/
+1
*
|
*: Create and use infrastructure to show debugs in lib
Donald Sharp
2022-10-07
1
-1
/
+5
|
/
*
ldpd: changes for code maintainability
sri-mohan1
2022-08-30
1
-6
/
+6
*
ldpd: Convert thread_cancel to THREAD_OFF
Donald Sharp
2022-07-21
10
-43
/
+43
*
bgpd, ldpd: No need for an explicit NULL check for thread_timer_remain_second
Donatas Abraitis
2022-07-18
3
-12
/
+4
*
ldpd: Check if the thread is scheduled before calling for remained time
Donatas Abraitis
2022-07-18
1
-1
/
+3
*
*: use FRR interface name definition everywhere
Rafael Zalamena
2022-05-02
1
-11
/
+11
*
*: Fix spelling of inteface
Donald Sharp
2022-04-19
1
-1
/
+1
*
Merge pull request #10447 from ton31337/fix/json_with_whitespaces
Donald Sharp
2022-03-13
1
-0
/
+4
|
\
|
*
*: Add camelCase JSON keys in addition to PascalCase
Donatas Abraitis
2022-02-03
1
-0
/
+4
*
|
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
13
-185
/
+98
|
/
*
*: rework renaming the default VRF
Igor Ryzhov
2021-12-21
1
-1
/
+1
*
ldpd: Convert vty_out to vty_json for JSON
Donatas Abraitis
2021-11-25
1
-6
/
+2
*
*: Remove unused variables
Donatas Abraitis
2021-11-18
1
-8
/
+0
*
ldpd: Replace inet_ntop to %pI4/6 for JSON outputs
Donatas Abraitis
2021-11-18
1
-29
/
+16
*
Merge pull request #10036 from donaldsharp/finally_frr
Jafar Al-Gharaibeh
2021-11-13
3
-3
/
+3
|
\
|
*
*: Convert quagga_signal_X to frr_signal_X
Donald Sharp
2021-11-11
3
-3
/
+3
*
|
*: use compiler.h MIN/MAX macros instead of everyone having one
Donald Sharp
2021-11-11
3
-7
/
+4
|
/
*
lib: Add autocomplete for access-lists
Donatas Abraitis
2021-10-31
1
-5
/
+5
*
*: convert zclient callbacks to table
David Lamparter
2021-10-20
2
-9
/
+13
*
Merge pull request #9715 from idryzhov/cleanup-number-named-acl
Donatas Abraitis
2021-10-13
1
-19
/
+5
|
\
|
*
*: cleanup number-named access-lists in CLI
Igor Ryzhov
2021-10-08
1
-19
/
+5
*
|
*: 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
7
-21
/
+0
|
/
*
Merge pull request #9560 from LabNConsulting/ziemba/frrmod_load-error-messages
David Lamparter
2021-09-29
1
-2
/
+1
|
\
|
*
lib/module.c and callers of frrmod_load(): fix error messages
G. Paul Ziemba
2021-09-14
1
-2
/
+1
*
|
*: fix for -Wstrict-prototypes
David Lamparter
2021-09-02
1
-1
/
+1
|
/
*
Merge pull request #9331 from idryzhov/explicit-exit
Christian Hopps
2021-08-26
1
-0
/
+6
|
\
|
*
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-0
/
+6
*
|
*: Drop `break` after using frr_help_exit() in switch/case
Donatas Abraitis
2021-08-25
1
-1
/
+0
|
/
*
build: fix `AM_LDFLAGS` usage (and gcov)
David Lamparter
2021-07-21
1
-1
/
+1
*
*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
2
-3
/
+3
*
*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
2
-3
/
+3
*
*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLEN
Donatas Abraitis
2021-07-01
1
-1
/
+1
*
*: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLEN
Donatas Abraitis
2021-07-01
1
-1
/
+1
*
ldpd: make allowing broken-lsps to be installed with pop operation configurable
lynne
2021-05-03
8
-3
/
+71
*
Merge pull request #8471 from idryzhov/cleanup-num-named-lists
Donatas Abraitis
2021-04-28
2
-4
/
+2
|
\
|
*
*: cleanup number-named access-lists and prefix-lists
Igor Ryzhov
2021-04-14
2
-4
/
+2
*
|
Merge pull request #8517 from volta-networks/ldp_defer_zebra_updates
Renato Westphal
2021-04-27
3
-5
/
+39
|
\
\
|
*
|
ldpd: defer register for info until configured
Fredi Raspall
2021-04-26
3
-5
/
+39
*
|
|
ldpd: set `frr_is_after_fork` in lde/ldpe
David Lamparter
2021-04-23
2
-0
/
+4
|
/
/
*
|
build: properly split CFLAGS from AC_CFLAGS
David Lamparter
2021-04-21
1
-1
/
+1
[prev]
[next]