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 #8075 from opensourcerouting/assorted-20210212
Donald Sharp
2021-02-15
5
-40
/
+98
|
\
|
*
lib: fix CRNL causing empty prompt lines
David Lamparter
2021-02-15
1
-1
/
+15
|
*
lib: stop parallel-passing vty_sock, detangle
David Lamparter
2021-02-15
1
-38
/
+50
|
*
lib: de-uglify `-t` option + `log stdout` combo
David Lamparter
2021-02-12
1
-1
/
+1
|
*
lib: have a lib_privs for ... lib privs
David Lamparter
2021-02-12
2
-0
/
+8
|
*
lib: memorize what fds were open at startup
David Lamparter
2021-02-12
2
-1
/
+25
*
|
lib, bgpd: smux_trap return code is never used
Donald Sharp
2021-02-14
2
-11
/
+11
*
|
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
6
-18
/
+18
*
|
Merge pull request #8036 from qlyoung/disable-mallinfo
Donatas Abraitis
2021-02-13
1
-1
/
+5
|
\
\
|
*
|
lib: support mallinfo2()
Quentin Young
2021-02-11
1
-1
/
+5
|
|
/
*
|
Merge pull request #8039 from m-varasteh/master
Quentin Young
2021-02-12
1
-12
/
+12
|
\
\
|
|
/
|
/
|
|
*
[filter]: change return code for errors
varasteh
2021-02-08
1
-12
/
+12
*
|
Merge pull request #7508 from sudhanshukumar22/zebra-vrf-delete
Stephen Worley
2021-02-10
2
-0
/
+48
|
\
\
|
*
|
zebra: treat vrf add for existing vrf as update
sudhanshukumar22
2021-02-01
2
-0
/
+48
*
|
|
Merge pull request #7917 from pjdruddy/l3vpn-mpls-snmp-upstream-1
Martin Winter
2021-02-10
6
-3
/
+177
|
\
\
\
|
*
|
|
lib: allow traps with differently indexed objects
Pat Ruddy
2021-02-02
2
-2
/
+39
|
*
|
|
bgpd: add SNMP support for mplsL3VpnRte Table
Pat Ruddy
2021-02-02
1
-0
/
+5
|
*
|
|
lib: add SNMP_OCTET macro
Pat Ruddy
2021-02-02
1
-1
/
+5
|
*
|
|
lib: add IANA defines and IPv6 macro
Pat Ruddy
2021-02-02
1
-0
/
+20
|
*
|
|
lib: add utilities to encode/decode an int in SNMP oid
Pat Ruddy
2021-02-02
2
-1
/
+29
|
*
|
|
lib: add utility to get the next index in a vrf
Pat Ruddy
2021-02-02
2
-0
/
+36
|
*
|
|
bgpd, lib: add mplsL3VpnVrf table
Pat Ruddy
2021-02-02
2
-0
/
+30
|
*
|
|
lib: add utility to count interfaces connected to a vrf
Pat Ruddy
2021-02-02
1
-0
/
+14
*
|
|
|
vrf: use wrappers to change VRF_CONFIGURED flag
Igor Ryzhov
2021-02-09
1
-2
/
+2
*
|
|
|
vrf: mark vrf as configured when entering vrf node
Igor Ryzhov
2021-02-09
1
-0
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
*: Fix usage of bfd_adj_event
Donald Sharp
2021-02-07
1
-6
/
+16
*
|
|
Merge pull request #8004 from opensourcerouting/xref-cxx
Donald Sharp
2021-02-03
3
-68
/
+113
|
\
\
\
|
*
|
|
lib/xref: fix initializer order for C++
David Lamparter
2021-02-03
1
-4
/
+10
|
*
|
|
lib/xref: fix frrtrace() calls in thread code
David Lamparter
2021-02-03
1
-15
/
+18
|
*
|
|
lib/xref: work around GCC bug 41091
David Lamparter
2021-02-03
2
-49
/
+81
|
*
|
|
lib/xref: restore lost extern "C" beginning
David Lamparter
2021-02-03
1
-0
/
+4
*
|
|
|
*: fix all backets
Igor Ryzhov
2021-02-02
3
-7
/
+7
|
/
/
/
*
|
|
Merge pull request #6766 from opensourcerouting/xref
Russ White
2021-02-02
23
-209
/
+721
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lib/xref: add xrefs for install_element()
David Lamparter
2021-02-01
4
-23
/
+46
|
*
|
lib/xref: add xrefs for DEFUNs
David Lamparter
2021-02-01
3
-1
/
+9
|
*
|
lib/xref: add xrefs on zlog_* calls
David Lamparter
2021-02-01
5
-23
/
+93
|
*
|
lib/xref: use to transport thread_* file/line/func
David Lamparter
2021-02-01
7
-142
/
+185
|
*
|
lib/xref: put setup calls in libraries
David Lamparter
2021-02-01
2
-0
/
+6
|
*
|
lib: "xref" identifier infrastructure
David Lamparter
2021-02-01
5
-1
/
+365
|
*
|
lib: move frr_weak_random to header file
David Lamparter
2021-02-01
2
-19
/
+17
*
|
|
Merge pull request #7985 from donaldsharp/eigrp_uninited
Donatas Abraitis
2021-02-02
1
-0
/
+3
|
\
\
\
|
*
|
|
lib: Prevent unininted usage of data
Donald Sharp
2021-01-30
1
-0
/
+3
|
|
/
/
*
|
|
Merge pull request #7994 from opensourcerouting/disable-printf-n
Donald Sharp
2021-02-02
2
-0
/
+10
|
\
\
\
|
*
|
|
lib/printf: disable `%n` specifier
David Lamparter
2021-02-01
2
-0
/
+10
|
|
/
/
*
/
/
lib: Line up `show thread cpu` output appropriately
Donald Sharp
2021-02-01
1
-3
/
+3
|
/
/
*
|
Merge pull request #7953 from mjstapp/fix_more_ntoa
Rafael Zalamena
2021-01-29
1
-4
/
+2
|
\
\
|
*
|
libs, ospfd: remove inet_ntoa
Mark Stapp
2021-01-27
1
-4
/
+2
*
|
|
lib: Remove #if 0 code
Donald Sharp
2021-01-28
4
-178
/
+0
|
|
/
|
/
|
*
|
lib: restore blank line after show route header
Duncan Eastoe
2021-01-27
1
-1
/
+1
|
/
*
Merge pull request #7923 from donaldsharp/gcc10-cleanups
Mark Stapp
2021-01-25
2
-2
/
+13
|
\
[next]