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
*
mgmtd, lib: implement CREATE_EXCL operation
Igor Ryzhov
2024-01-11
5
-3
/
+15
*
lib: split nb_operation into two types
Igor Ryzhov
2024-01-11
5
-133
/
+162
*
Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2
Donatas Abraitis
2024-01-11
20
-18
/
+31
|
\
|
*
lib: limits.h is not needed by zebra.h
Donald Sharp
2024-01-09
1
-1
/
+0
|
*
zebra: Nothing is using errno.h
Donald Sharp
2024-01-09
1
-1
/
+0
|
*
lib: string.h was only used by vector.c make it better
Donald Sharp
2024-01-09
2
-1
/
+1
|
*
lib: stdbool.h is not being used by zebra.h
Donald Sharp
2024-01-09
1
-1
/
+0
|
*
lib: zebra.h is not using signal.h
Donald Sharp
2024-01-09
5
-1
/
+9
|
*
lib: zebra.h uses pwd.h when it should not
Donald Sharp
2024-01-09
2
-1
/
+1
|
*
*: zebra.h should not have fcntl.h
Donald Sharp
2024-01-09
10
-1
/
+11
|
*
lib: zebra.h was including compiler.h two times
Donald Sharp
2024-01-09
1
-7
/
+0
|
*
lib: remove net/route.h it is not used
Donald Sharp
2024-01-09
2
-2
/
+1
|
*
*: remove sys/stat.h from zebra.h
Donald Sharp
2024-01-09
9
-2
/
+9
|
*
lib: select.h is not being used by anyone
Donald Sharp
2024-01-09
1
-1
/
+0
*
|
lib: use snmp's large fd sets for agentx
Edwin Brossette
2024-01-10
1
-9
/
+12
*
|
Merge pull request #15123 from LabNConsulting/chopps/fix-oper-state-memleak
Donatas Abraitis
2024-01-10
1
-1
/
+3
|
\
\
|
*
|
lib: fix oper-state memleak
Christian Hopps
2024-01-09
1
-1
/
+3
*
|
|
Merge pull request #15103 from LabNConsulting/chopps/oper-filter
Donald Sharp
2024-01-09
8
-118
/
+336
|
\
\
\
|
*
|
|
lib: use libyang functions if they are present
Christian Hopps
2024-01-07
4
-134
/
+153
|
*
|
|
lib: mgmtd: implement full XPath 1.0 predicate functionality
Christian Hopps
2024-01-07
6
-5
/
+184
|
*
|
|
lib: fix clang SA warnings
Christian Hopps
2024-01-07
2
-8
/
+28
|
|
/
/
*
|
|
Merge pull request #15001 from pguibert6WIND/zebra_nexthop_rework
Russ White
2024-01-09
1
-0
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
bgpd, lib: add zapi_route_set_nhg_id() support
Philippe Guibert
2023-12-18
1
-0
/
+9
*
|
|
vtysh: Rename `show thread ...` to `show event ...`
Donatas Abraitis
2024-01-07
1
-23
/
+50
|
|
/
|
/
|
*
|
Merge pull request #15105 from donaldsharp/event_thread_mishap
Donatas Abraitis
2024-01-07
1
-4
/
+4
|
\
\
|
*
|
lib: Use event name instead of thread
Donald Sharp
2024-01-07
1
-4
/
+4
*
|
|
Merge pull request #15092 from donaldsharp/lib_zebra_h_cleanup
Christian Hopps
2024-01-05
12
-59
/
+56
|
\
\
\
|
*
|
|
lib: sys/utsname.h is not needed in zebra.h
Donald Sharp
2024-01-04
2
-1
/
+1
|
*
|
|
lib: zebra.h does not need to include syslog.h
Donald Sharp
2024-01-04
1
-1
/
+0
|
*
|
|
*: sys/uio.h does not need to be in zebra.h
Donald Sharp
2024-01-04
2
-1
/
+1
|
*
|
|
lib, sharpd: Move sys/resource.h to where it is used
Donald Sharp
2024-01-04
1
-1
/
+0
|
*
|
|
*: Remove sys/ioctl.h from zebra.h
Donald Sharp
2024-01-04
3
-1
/
+3
|
*
|
|
lib, vtysh: Remove inclusion of grp.h for everyone
Donald Sharp
2024-01-04
2
-1
/
+2
|
*
|
|
lib: Remove in_systm.h it is never used
Donald Sharp
2024-01-04
1
-1
/
+0
|
*
|
|
*: Remove cost of including netinet/icmp.h everywhere
Donald Sharp
2024-01-04
1
-2
/
+0
|
*
|
|
lib: Remove inclusion of various MAXINT from zebra.h
Donald Sharp
2024-01-04
1
-16
/
+0
|
*
|
|
lib: HAVE_GLIBC_BACKTRACE does not belong in zebra.h
Donald Sharp
2024-01-04
3
-4
/
+8
|
*
|
|
lib: Move some priviledge headers to file they are used.
Donald Sharp
2024-01-04
2
-5
/
+6
|
*
|
|
*: Remove Crypto openSSL define from zebra.h
Donald Sharp
2024-01-04
1
-5
/
+0
|
*
|
|
lib: Breakout sendmmsg into it's own header
Donald Sharp
2024-01-04
5
-20
/
+35
|
|
/
/
*
|
|
Merge pull request #15089 from pguibert6WIND/asan_sharpd_fix
Donald Sharp
2024-01-05
1
-0
/
+2
|
\
\
\
|
*
|
|
lib: fix memory leak when disabling nexthop_hold contexts
Philippe Guibert
2024-01-04
1
-0
/
+2
|
|
/
/
*
|
|
Merge pull request #15097 from louis-6wind/cleanup_vrf_update
Donald Sharp
2024-01-05
2
-33
/
+0
|
\
\
\
|
*
|
|
lib: remove zebra_interface_vrf_update_read()
Louis Scalbert
2024-01-05
2
-33
/
+0
|
|
/
/
*
|
|
Merge pull request #15086 from LabNConsulting/chopps/remove-old-oper-iter-code
Donald Sharp
2024-01-05
2
-547
/
+2
|
\
\
\
|
*
|
|
lib: remove unused/replaced oper-state iteration code
Christian Hopps
2024-01-04
2
-547
/
+2
|
|
/
/
*
/
/
lib: fix initializer warning on centos 7.
Christian Hopps
2024-01-05
1
-1
/
+1
|
/
/
*
|
Merge pull request #12261 from cscarpitta/srv6-encap-src-addr
Russ White
2024-01-02
1
-0
/
+1
|
\
\
|
*
|
zebra, lib, vtysh: Add CLI cmd to set/unset SRv6 encap source address
Carmine Scarpitta
2023-12-14
1
-0
/
+1
*
|
|
Merge pull request #15070 from LabNConsulting/chopps/fix-coverity-errors
Donald Sharp
2024-01-02
8
-49
/
+29
|
\
\
\
[next]