summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd, lib, ospfd, pathd: Null out free'd pointerDonald Sharp2022-03-312-10/+11
* bgpd: Show `match script SCRIPT` in running configDonatas Abraitis2022-03-312-0/+6
* Merge pull request #10918 from opensourcerouting/fix/bgpd_crashDonald Sharp2022-03-301-3/+3
|\
| * bgpd: Do not print .lua extension twiceDonatas Abraitis2022-03-291-3/+3
* | Merge pull request #10719 from opensourcerouting/nb-show-fixesRuss White2022-03-292-10/+32
|\ \
| * | lib,vtysh: show operational data with configRafael Zalamena2022-03-021-3/+16
| * | lib: fix iteration over YANG presence containersRenato Westphal2022-03-021-5/+16
| * | lib: fix show yang operational state outputRafael Zalamena2022-03-021-3/+1
* | | *: add SAFI argument to zclient_send_rnhDavid Lamparter2022-03-272-5/+6
| |/ |/|
* | lib: Ensure order of operations is expected with SECONDSDonald Sharp2022-03-261-3/+3
* | Merge pull request #10868 from donaldsharp/zlog_backtrace_uninitedDavid Lamparter2022-03-251-1/+1
|\ \
| * | lib: Prevent uninitialized bytesDonald Sharp2022-03-251-1/+1
* | | Merge pull request #10852 from mjstapp/fix_lib_distcleanDavid Lamparter2022-03-251-0/+5
|\ \ \
| * | | build: remove generated lib files during distcleanMark Stapp2022-03-231-0/+5
* | | | lib: Fix `terminal monitor` uninited memory usage on freebsdDonald Sharp2022-03-241-0/+1
| |/ / |/| |
* | | lib, bgpd: changes for EAD-per-ES fragmentationAnuradha Karuppiah2022-03-182-3/+5
|/ /
* | lib: wheel's typo fixron2022-03-161-1/+1
* | Merge pull request #10797 from fabioantonini/sysrepo-2.0.41-supportDonald Sharp2022-03-161-14/+14
|\ \
| * | lib: support to sysrepo-2.0.41Fabio Antonini2022-03-151-14/+14
* | | lib: grpc: fix covevrity warningsChristian Hopps2022-03-161-1/+3
* | | Merge pull request #10763 from donaldsharp/plist_speedupDonatas Abraitis2022-03-162-83/+37
|\ \ \
| * | | lib: Convert prefix_master->str to a RB TreeDonald Sharp2022-03-112-83/+37
* | | | Merge pull request #10739 from LabNConsulting/chopps/fixgrpc-reorgDonald Sharp2022-03-151-475/+337
|\ \ \ \
| * | | | lib: grpc: rework RPC handlers improve code clarityChristian Hopps2022-03-141-475/+337
| | |/ / | |/| |
* | | | Merge pull request #10565 from lyq140/patch-threadDonald Sharp2022-03-151-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | lib: not thread off when scheduleron2022-02-111-1/+0
* | | | Merge pull request #10738 from LabNConsulting/chopps/fixgrpcDonald Sharp2022-03-141-7/+20
|\ \ \ \
| * | | | lib: grpc: use candiate ID to delete rather than pointer to candiateChristian Hopps2022-03-141-7/+15
| * | | | lib: call protobuf clean up on exitRafael Zalamena2022-03-141-0/+5
* | | | | Merge pull request #10724 from opensourcerouting/lib-rotate-logsDonald Sharp2022-03-131-0/+1
|\ \ \ \ \
| * | | | | lib: rotate log file supplied by command lineRafael Zalamena2022-03-031-0/+1
* | | | | | Merge pull request #10716 from donaldsharp/routemap_rbtree_nonuniqDavid Lamparter2022-03-131-12/+22
|\ \ \ \ \ \
| * | | | | | lib: Fix corruption when routemap delete/add sequence happensDonald Sharp2022-03-021-12/+22
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #10779 from opensourcerouting/typesafe-backflipDonald Sharp2022-03-133-0/+105
|\ \ \ \ \ \
| * | | | | | lib: add `_last` and `_prev` on typesafe RB/DLISTDavid Lamparter2022-03-123-0/+105
* | | | | | | Merge pull request #10783 from donaldsharp/bgp_zebra_nhtDonatas Abraitis2022-03-122-2/+29
|\ \ \ \ \ \ \
| * | | | | | | *: When matching against a nexthop send and process what it matched againstDonald Sharp2022-03-122-2/+29
| | |_|_|_|_|/ | |/| | | | |
* / | | | | | bgpd, lib, pimd: Remove sockopt_corkDonald Sharp2022-03-122-16/+0
|/ / / / / /
* | | | | | lib: add `%pFXh` to print prefix w/o prefixlenDavid Lamparter2022-03-111-3/+34
* | | | | | lib: add JSON printfrr dict-key helperDavid Lamparter2022-03-112-0/+35
|/ / / / /
* | | | | Merge pull request #10749 from opensourcerouting/live-log-polishDonald Sharp2022-03-116-17/+117
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | lib, vtysh: report lost messages on live logDavid Lamparter2022-03-072-1/+10
| * | | | lib: add `monitor:<fd>` command line log targetDavid Lamparter2022-03-073-4/+29
| * | | | lib: add a few more bits to live log headerDavid Lamparter2022-03-072-5/+47
| * | | | lib: support multiple `--log` optionsDavid Lamparter2022-03-072-3/+25
| * | | | lib: make live log sockets non-blockingDavid Lamparter2022-03-071-0/+4
| * | | | lib: fix live log fields for crashlogDavid Lamparter2022-03-071-4/+2
| * | | | lib: fix log target removal when singlethreadedDavid Lamparter2022-03-071-2/+2
* | | | | Merge pull request #10741 from LabNConsulting/chopps/critfixgrpcDonald Sharp2022-03-071-50/+92
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lib: grpc: fix handling of "empty" yang typeChristian Hopps2022-03-061-5/+5