summaryrefslogtreecommitdiffstats
path: root/lib/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs2023-10-071-1/+0
* lib: add notifications for opaque zapi messagesMark Stapp2023-06-231-1/+3
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* lib, bgpd: Add more debugs to GR Capability exchangeDonald Sharp2023-03-091-0/+20
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* lib: fix zlog command types tableMark Stapp2022-12-081-7/+18
* zebra, pimd: add AF param on NEXTHOP_LOOKUP_MRIBDavid Lamparter2022-04-261-1/+1
* lib: Prevent uninitialized bytesDonald Sharp2022-03-251-1/+1
* *: Rename quagga_timestamp with frr_timestampDonald Sharp2021-11-111-1/+1
* *: Remove the ZEBRA_IMPORT_ROUTE_XXX zapi messagesDonald Sharp2021-09-271-3/+0
* Merge pull request #8237 from pguibert6WIND/nhrp_use_zebra_2Mark Stapp2021-05-051-1/+4
|\
| * zebra: add 3 new gre commands, and enforce synchro mecanismPhilippe Guibert2021-04-301-1/+4
* | lib: rework how we "override" assert()David Lamparter2021-05-021-11/+0
|/
* nhrp, zebra, lib: enforce usage of zapi_neigh_ip structurePhilippe Guibert2021-04-131-2/+2
* lib: add api to configure neighbor table per interfacePhilippe Guibert2021-04-091-2/+2
* nhrp, lib, zebra: add/del neighbor entry possible from nhrpPhilippe Guibert2021-04-091-1/+3
* zebra: link layer config and notification, implementation in zebraPhilippe Guibert2021-04-091-1/+3
* lib: link layer neighbor registration and notification, define API msgsPhilippe Guibert2021-04-091-1/+5
* lib/zebra: zapi for installing EVPN nexthops from bgpAnuradha Karuppiah2021-03-261-1/+3
* Merge pull request #6766 from opensourcerouting/xrefRuss White2021-02-021-4/+6
|\
| * lib/xref: use to transport thread_* file/line/funcDavid Lamparter2021-02-011-4/+6
* | lib: Prevent unininted usage of dataDonald Sharp2021-01-301-0/+3
|/
* zebra: Adding zapi client close notificationKaren Schoener2020-12-081-1/+2
* bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S2020-11-061-1/+2
* lib: add proto NHG Notif header to log command typesStephen Worley2020-09-281-1/+2
* lib: add logging for ZEBRA_NHG_ADD[DEL]Stephen Worley2020-09-281-1/+3
* lib, zebra: add support for sending ARP requestsJakub UrbaƄczyk2020-08-121-1/+2
* lib, zebra: Add SR-TE policy infrastructure to zebraSebastien Merle2020-08-071-0/+3
* zebra: Ethernet segment management and support for MAC-ECMPAnuradha Karuppiah2020-08-051-0/+4
* *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
* lib: add OPAQUE zapi messageMark Stapp2020-06-021-1/+4
* lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter2020-04-011-679/+24
* lib: rewrite zlog_hexdump()David Lamparter2020-03-241-50/+38
* *: use gmtime_r, localtime_r exclusivelyMark Stapp2020-03-051-3/+3
* lib: add missing command DESC for MLAG messagesAnuradha Karuppiah2020-02-141-0/+5
* Merge pull request #5750 from qlyoung/fix-null-after-xfreeRenato Westphal2020-02-051-1/+0
|\
| * *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* | lib: Adding GR capabilites encode and decode.Santosh P K2020-01-301-1/+1
|/
* lib,zebra: add zapi msg top level error handlingStephen Worley2020-01-081-0/+1
* lib, zebra: add new MPLS zapi message with route replace semanticsRenato Westphal2019-09-101-0/+1
* lib: add frr_with_mutex() block-wrapperDavid Lamparter2019-09-031-90/+65
* Merge pull request #4497 from opensourcerouting/rcuDonald Sharp2019-08-081-4/+0
|\
| * lib: make SA_SIGINFO use unconditionalDavid Lamparter2019-07-311-4/+0
* | *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-7/+6
* | lib: Remove double log mutex unlockStephen Worley2019-08-021-3/+1
|/
* Merge pull request #4635 from AnuradhaKaruppiah/evpn-pim-replayJafar Al-Gharaibeh2019-07-151-0/+1
|\
| * pimd, zebra: request for replay of SG entries on startupAnuradha Karuppiah2019-07-031-0/+1
* | lib: Remove extraneous spacing/output filter cmdsStephen Worley2019-06-191-1/+1
* | lib: Use gotos in filter control functionsStephen Worley2019-06-191-16/+22
* | lib: Filter logs as they come in via macrosStephen Worley2019-06-191-14/+80