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
*
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
*
|
build: make builddir include path consistent
David Lamparter
2021-04-21
1
-1
/
+1
|
/
*
*: remove *.conf.sample files
Quentin Young
2021-04-09
2
-47
/
+0
*
lib, bgpd: add a specific oid_copy function for IPv6 addrs
Pat Ruddy
2021-03-25
1
-28
/
+18
*
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
2
-4
/
+7
*
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
2021-03-17
2
-21
/
+21
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
4
-4
/
+6
*
snmp: change -std=gnu99 to -std=gnu11
David Lamparter
2021-03-17
1
-1
/
+1
*
ldpd: Add support for the read-only snmp mib objects that are statistics
Karen Schoener
2021-03-16
4
-4
/
+261
*
ldpd: Add support for read-only snmp mib objects (excluding statistics)
Karen Schoener
2021-02-24
8
-12
/
+1190
*
ldpd: fix sporadic failures in the ldp-topo1 topotest
Renato Westphal
2021-01-15
2
-10
/
+0
*
ldpd: add support for RLFA clients
Renato Westphal
2021-01-09
12
-5
/
+562
*
ldpd: detect when route received from zebra hasn't changed
Renato Westphal
2021-01-09
2
-0
/
+10
*
Merge pull request #7703 from volta-networks/fix_ldpsync_remove_hello
Donald Sharp
2020-12-10
1
-30
/
+0
|
\
|
*
ldpd, isisd, ospfd: Remove periodic ldp-sync hello message
Karen Schoener
2020-12-09
1
-30
/
+0
*
|
ldpd: fix printfrr format specifiers in the child processes
Renato Westphal
2020-12-09
1
-2
/
+3
|
/
*
ldpd: Prevent usage after free
Donald Sharp
2020-11-27
1
-3
/
+3
[next]