summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_ptm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Make memory description string smaller to fit in vty spaceDonald Sharp2023-05-201-1/+1
* zebra: Fix build error when `--disable-bfdd`Carmine Scarpitta2023-05-171-0/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-5/+5
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-25/+24
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-4/+4
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | bgpd: Remove extraneous include of version.hDonald Sharp2023-02-101-1/+0
|/
* zebra: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-4/+4
* zebra: stream_dup cannot failDonald Sharp2022-06-151-16/+0
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-3/+3
* zebra: Prevent installation of connected multiple timesDonald Sharp2022-03-031-3/+3
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-14/+8
* bfdd: correct one spelling error of commentanlan_cs2021-12-311-1/+1
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-1/+1
* zebra: fix build with --enable-bfdd=noIgor Ryzhov2021-11-021-1/+1
* zebra: fix ptm message processingIgor Ryzhov2021-10-151-1/+17
* vrf_name_to_id(): removeG. Paul Ziemba2021-09-071-1/+7
* zebra: add "json" option to "show interface"Renato Westphal2021-08-021-7/+14
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-2/+0
* *: unify thread/event cancel macrosMark Stapp2020-10-231-1/+1
* * : update signature of thread_cancel apiMark Stapp2020-10-231-7/+4
* *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
* *: sprintf -> snprintfQuentin Young2020-04-211-20/+24
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-1/+1
* zebra: Add vrf name to debug outputDonald Sharp2020-02-141-2/+4
* *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-3/+3
* zebra: bfd message handling cleanup fooQuentin Young2020-01-141-3/+5
* zebra: fix bfd deregister message memleakQuentin Young2020-01-101-0/+2
* Merge pull request #5624 from qlyoung/fix-zebra-ptm-buffer-overrunRafael Zalamena2020-01-071-25/+14
|\
| * zebra: free ptm message on errorQuentin Young2020-01-061-0/+1
| * zebra: fix multiple bfd buffer issuesQuentin Young2020-01-041-25/+13
* | zebra: fix ptm heap double freeQuentin Young2020-01-071-2/+0
|/
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-1/+1
* *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-1/+1
* bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-141-0/+6
* bfdd, zebra: pass the vrf identifier between zebra and bfddPhilippe Guibert2019-05-071-9/+9
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-2/+2
* *: do not check XMALLOC / XCALLOC for null retQuentin Young2019-02-261-2/+0
* zebra: Move client_list to the zebra_router data structureDonald Sharp2019-01-311-3/+3
* zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-12/+12
* zebra_ptm: Introduce IS_BFD_ENABLED_PROTOCOL macroChristian Franke2018-10-051-27/+3
* *: style for EC replacementsQuentin Young2018-09-131-7/+7
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-3/+3
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-3/+3
* zebra: fix includesQuentin Young2018-09-061-0/+1
* zebra: flog_warn conversionQuentin Young2018-09-061-18/+20
* Merge pull request #2856 from opensourcerouting/bfd-workDonald Sharp2018-08-171-0/+2
|\
| * bfdd: fix zebra_ptm adapter memory leakRafael Zalamena2018-08-161-0/+2