index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #10075 from myloft/fix-chdir-judge
David Lamparter
2021-11-17
1
-1
/
+1
|
\
|
*
zebra: fix chdir judgment to avoid starting failed in a non-existent directory
Solyn
2021-11-16
1
-1
/
+1
*
|
lib: rename bfd function to reflect real functionality
Igor Ryzhov
2021-11-15
3
-3
/
+3
|
/
*
Merge pull request #9956 from idryzhov/bfd-remove-ttl
Russ White
2021-11-14
2
-66
/
+10
|
\
|
*
lib: remove confusing bfd TTL API
Igor Ryzhov
2021-11-11
2
-66
/
+10
*
|
Merge pull request #10032 from opensourcerouting/build-fix-20211111
Donald Sharp
2021-11-13
1
-2
/
+1
|
\
\
|
*
|
build: fix duplicate yang.c file inclusions
David Lamparter
2021-11-11
1
-1
/
+0
|
*
|
build: link libcrypt & libdl to libfrr only
David Lamparter
2021-11-11
1
-1
/
+1
|
|
/
*
|
Merge pull request #10036 from donaldsharp/finally_frr
Jafar Al-Gharaibeh
2021-11-13
8
-44
/
+40
|
\
\
|
*
|
*: Cleanup some documentation from quagga->frr
Donald Sharp
2021-11-11
1
-8
/
+4
|
*
|
*: Rename quagga_timestamp with frr_timestamp
Donald Sharp
2021-11-11
3
-9
/
+9
|
*
|
*: Convert quagga_signal_X to frr_signal_X
Donald Sharp
2021-11-11
4
-27
/
+27
*
|
|
Merge pull request #9981 from idryzhov/fix-vrf-delete
Donald Sharp
2021-11-12
2
-8
/
+6
|
\
\
\
|
*
|
|
lib: fix vrf deletion when the last interface is deleted
Igor Ryzhov
2021-11-11
2
-8
/
+6
|
|
|
/
|
|
/
|
*
|
|
*: use compiler.h MIN/MAX macros instead of everyone having one
Donald Sharp
2021-11-11
1
-3
/
+1
|
|
/
|
/
|
*
|
Merge pull request #10025 from opensourcerouting/xref-backtrace
Russ White
2021-11-11
11
-8
/
+199
|
\
\
|
*
|
lib: fix elf_py TLS section handling
David Lamparter
2021-11-10
1
-0
/
+3
|
*
|
lib: avoid include loop with assert.h
David Lamparter
2021-11-10
4
-1
/
+5
|
*
|
lib: add `debug uid XXXXX-XXXXX backtrace`
David Lamparter
2021-11-10
3
-7
/
+173
|
*
|
lib: stuff xrefs into a tree for lookup
David Lamparter
2021-11-10
2
-0
/
+17
|
*
|
lib: add missing include in typerb.h
David Lamparter
2021-11-10
1
-0
/
+1
|
|
/
*
|
Merge pull request #9864 from ton31337/feature/access_list_autocomplete
Russ White
2021-11-11
3
-16
/
+68
|
\
\
|
|
/
|
/
|
|
*
lib: Add autocomplete for access-lists
Donatas Abraitis
2021-10-31
3
-16
/
+68
*
|
lib: remove `vector_get_index()`
David Lamparter
2021-11-08
2
-12
/
+0
*
|
lib: fix c-ares thread misuse
David Lamparter
2021-11-08
1
-68
/
+110
*
|
lib: keep vty listeners in a proper struct & list
David Lamparter
2021-11-06
1
-49
/
+51
*
|
lib: replace vtyvec/vtyshvec with lists
David Lamparter
2021-11-06
2
-54
/
+48
*
|
lib: remove unused vty_log() functions
David Lamparter
2021-11-06
2
-109
/
+0
*
|
Merge pull request #9972 from opensourcerouting/bfd-bgp-fixes
Russ White
2021-11-05
2
-6
/
+9
|
\
\
|
*
|
lib: constify read only parameters
Rafael Zalamena
2021-11-04
2
-4
/
+8
|
*
|
lib: fix BFD IPv6 session address change
Renato Westphal
2021-11-04
1
-2
/
+1
*
|
|
Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrf
Russ White
2021-11-05
2
-2
/
+2
|
\
\
\
|
*
|
|
lib: make if_lookup_by_index_all_vrf internal
Igor Ryzhov
2021-10-28
2
-2
/
+2
|
*
|
|
lib: remove wrong setting of interface configured flag
Igor Ryzhov
2021-10-28
1
-7
/
+0
*
|
|
|
lib: fix crash when terminating inactive VRFs
Igor Ryzhov
2021-11-03
1
-1
/
+4
*
|
|
|
zebra: fix stale pointer when netns is deleted
Igor Ryzhov
2021-11-03
1
-3
/
+1
|
|
/
/
|
/
|
|
*
|
|
lib: Return Null when we have an empty string for script name
Donald Sharp
2021-11-01
1
-0
/
+4
|
|
/
|
/
|
*
|
Merge pull request #9863 from ton31337/feature/prefix-list_autocomplete
Igor Ryzhov
2021-10-29
2
-6
/
+8
|
\
\
|
*
|
lib: Add autocomplete for prefix-list under route-maps
Donatas Abraitis
2021-10-28
2
-6
/
+8
*
|
|
Merge pull request #9879 from Orange-OpenSource/link_state
Igor Ryzhov
2021-10-29
2
-30
/
+206
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lib: Fix comparison function in link_state.c
Olivier Dugeon
2021-10-29
2
-30
/
+206
*
|
|
Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-all
Russ White
2021-10-27
3
-9
/
+1
|
\
\
\
|
*
|
|
lib: make if_lookup_by_name_all_vrf internal
Igor Ryzhov
2021-10-15
2
-2
/
+1
|
*
|
|
lib: remove wrong setting of interface configured flag
Igor Ryzhov
2021-10-15
1
-7
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #9440 from dlqs/dplanehook2
Quentin Young
2021-10-26
5
-2
/
+215
|
\
\
\
|
*
|
|
zebra: Add dplane hook point
Donald Lee
2021-10-19
1
-0
/
+3
|
*
|
|
lib: Add frrscript names hash
Donald Lee
2021-10-19
2
-0
/
+116
|
*
|
|
lib: Register encoders/decoders for dplane hook
Donald Lee
2021-10-19
1
-2
/
+21
|
*
|
|
lib: Add encoder/decoder for nexthop/nexthop group
Donald Lee
2021-10-19
2
-0
/
+56
|
*
|
|
lib: Add encoders/decoders for ipaddr/ethaddr
Donald Lee
2021-10-19
2
-0
/
+19
[next]