summaryrefslogtreecommitdiff
path: root/zebra/zebra_ptm.c
AgeCommit message (Expand)Author
2024-01-28zebra: convert to mgmtdIgor Ryzhov
2024-01-28zebra: convert interface configuration output to NBIgor Ryzhov
2024-01-28zebra: convert PTM configuration to NBIgor Ryzhov
2023-11-21*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp
2023-05-19zebra: Make memory description string smaller to fit in vty spaceDonald Sharp
2023-05-17zebra: Fix build error when `--disable-bfdd`Carmine Scarpitta
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-10bgpd: Remove extraneous include of version.hDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-07-21zebra: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-06-15zebra: stream_dup cannot failDonald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-03-02zebra: Prevent installation of connected multiple timesDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-12-31bfdd: correct one spelling error of commentanlan_cs
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-02zebra: fix build with --enable-bfdd=noIgor Ryzhov
2021-10-15zebra: fix ptm message processingIgor Ryzhov
2021-09-07vrf_name_to_id(): removeG. Paul Ziemba
2021-08-02zebra: add "json" option to "show interface"Renato Westphal
2021-04-21build: make builddir include path consistentDavid Lamparter
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-10-23* : update signature of thread_cancel apiMark Stapp
2020-07-14*: un-split strings across linesDavid Lamparter
2020-04-20*: sprintf -> snprintfQuentin Young
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-02-14zebra: Add vrf name to debug outputDonald Sharp
2020-02-09*: Remove parenthesis on return for constantsDonatas Abraitis
2020-01-14zebra: bfd message handling cleanup fooQuentin Young
2020-01-09zebra: fix bfd deregister message memleakQuentin Young
2020-01-07Merge pull request #5624 from qlyoung/fix-zebra-ptm-buffer-overrunRafael Zalamena
2020-01-06zebra: fix ptm heap double freeQuentin Young
2020-01-06zebra: free ptm message on errorQuentin Young
2020-01-03zebra: fix multiple bfd buffer issuesQuentin Young
2019-06-23Revert "Ospf missing interface handling 2"Donald Sharp
2019-06-12*: change interface structure, from vrf_id to vrfPhilippe Guibert
2019-05-14bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert
2019-05-07bfdd, zebra: pass the vrf identifier between zebra and bfddPhilippe Guibert
2019-03-14*: remove trailing newlines from zlog messagesQuentin Young
2019-02-25*: do not check XMALLOC / XCALLOC for null retQuentin Young
2019-01-31zebra: Move client_list to the zebra_router data structureDonald Sharp
2019-01-31zebra: Move the master thread handler to the zrouter structureDonald Sharp
2018-10-05zebra_ptm: Introduce IS_BFD_ENABLED_PROTOCOL macroChristian Franke
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-13zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young