summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: if: track oper-state inlineChristian Hopps2025-01-142-4/+134
* lib: vrf: track oper-state inlineChristian Hopps2025-01-142-3/+48
* lib: northbound: add basic oper-state update functionsChristian Hopps2025-01-146-0/+391
* Merge pull request #17807 from louis-6wind/fix-bgp-orf-crashDonatas Abraitis2025-01-091-6/+2
|\
| * bgpd: fix crash in displaying json orf prefix-listLouis Scalbert2025-01-091-1/+2
| * bgpd: fix bgp orf prefix-list json prefixLouis Scalbert2025-01-091-6/+1
* | lib: remove interface dead codeLouis Scalbert2025-01-091-41/+0
|/
* Merge pull request #17798 from mjstapp/fix_remove_clear_threadJafar Al-Gharaibeh2025-01-091-12/+0
|\
| * libs: remove deprecated 'clear thread' cliMark Stapp2025-01-081-12/+0
* | lib: Fix privs syscaps (pset_t) allocationMartin Buck2025-01-081-1/+1
* | Merge pull request #17772 from LabNConsulting/chopps/fix-oper-walkDonald Sharp2025-01-073-33/+37
|\ \
| * | lib: change and improve walk finish callback function APIChristian Hopps2025-01-063-33/+37
* | | Merge pull request #17781 from LabNConsulting/chopps/fix-keyless-list-queryDonald Sharp2025-01-071-43/+113
|\ \ \
| * | | lib: northbound oper: fix keyless position predicate queriesChristian Hopps2025-01-071-43/+113
| |/ /
* | | Merge pull request #17782 from LabNConsulting/chopps/new-notify-msg-fmtDonald Sharp2025-01-073-22/+99
|\ \ \
| * | | lib: add impl of NOTIF message ops (notif, replace, delete, patch)Christian Hopps2025-01-071-19/+73
| * | | lib: add NOTIF message ops (notification, replace, delete, patch)Christian Hopps2025-01-072-3/+26
| |/ /
* | | Merge pull request #17783 from LabNConsulting/chopps/new-oper-get-callbackDonald Sharp2025-01-074-77/+108
|\ \ \ | |_|/ |/| |
| * | lib: if.c use new get() oper callbackChristian Hopps2025-01-071-59/+59
| * | lib: northbound: add new get() callback to add lyd_node direcltyChristian Hopps2025-01-073-18/+49
| |/
* | Merge pull request #17474 from sougata-github-nvidia/rib_ip_protocol_cleanupRuss White2025-01-071-1/+1
|\ \ | |/ |/|
| * zebra: Fix ip protocol route-map issue.Sougata Barik2025-01-061-1/+1
* | Merge pull request #17684 from opensourcerouting/fix/json_time_no_newlineJafar Al-Gharaibeh2024-12-221-0/+16
|\ \
| * | lib: Add a wrapper for time_to_string() to print time in JSON outputsDonatas Abraitis2024-12-201-0/+16
* | | Merge pull request #17672 from raja-rajasekar/rajasekarr/batch_huge_cfgJafar Al-Gharaibeh2024-12-203-1/+16
|\ \ \
| * | | lib: Fix to optimize the time taken while batching huge configsRajasekar Raja2024-12-183-1/+16
* | | | Merge pull request #17648 from LabNConsulting/fix-darr-sprintfMark Stapp2024-12-203-21/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | lib: darr: fix bug with nested macro useChristian Hopps2024-12-161-12/+12
| * | | lib: mgmtd: use less common macro scoped variable namesChristian Hopps2024-12-161-8/+8
| * | | lib: darr: use the FRR printf formatterChristian Hopps2024-12-161-1/+2
| |/ /
* | | Merge pull request #17615 from opensourcerouting/fix/ip_prefix_list_show_prefixRuss White2024-12-171-1/+3
|\ \ \
| * | | lib: Take ge/le into consideration when checking the prefix with the prefix-listDonatas Abraitis2024-12-101-1/+3
| |/ /
* / / zebra,pimd,lib: Modify ZEBRA_NEXTHOP_LOOKUP_MRIBNathan Bahr2024-12-122-2/+2
|/ /
* | Merge pull request #17585 from donaldsharp/zclient_speedupJafar Al-Gharaibeh2024-12-051-4/+9
|\ \
| * | lib: Speed up reconnection attempts for zapiDonald Sharp2024-12-041-4/+9
* | | Merge pull request #17556 from opensourcerouting/fix/add_route_map_action_reasonRuss White2024-12-042-4/+45
|\ \ \
| * | | lib: Print the reason why the route-map and/or the index parsing is doneDonatas Abraitis2024-12-042-4/+45
| |/ /
* | | Merge pull request #17571 from donaldsharp/fix_bsd_sockopt_problemDonatas Abraitis2024-12-044-8/+23
|\ \ \
| * | | lib,vtysh: Use backoff setsockopt option for freebsdDonald Sharp2024-12-042-4/+15
| * | | lib: Allow setsockopt functions to return size setDonald Sharp2024-12-042-4/+8
| |/ /
* / / lib: Fix session re-establishmentDonald Sharp2024-12-031-1/+7
|/ /
* | lib: Remove route_node_match_ipv[4|6] not being usedDonald Sharp2024-11-252-30/+0
* | lib, zebra: Do not have duplicate memory type problemsDonald Sharp2024-11-222-0/+28
|/
* Merge pull request #17156 from opensourcerouting/eradicate-strncpyDonald Sharp2024-11-192-5/+3
|\
| * lib: remove `strncpy()` useDavid Lamparter2024-10-222-5/+3
* | Merge pull request #17297 from mjstapp/mjs_ifp_tableDonald Sharp2024-11-122-8/+0
|\ \
| * | lib,zebra: remove table node from ifp structMark Stapp2024-10-292-8/+0
* | | lib: Initialize mbefore for route_map_apply_ext()Donatas Abraitis2024-11-081-0/+1
* | | lib: Add ability to track time in individual routemapsDonald Sharp2024-11-052-5/+35
* | | Merge pull request #17312 from donaldsharp/remove_in6addr_cmpDonatas Abraitis2024-11-012-23/+4
|\ \ \