summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_ptm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | zebra: When using BFD ensure that zebra thinks ptm is disabledDonald Sharp2018-08-161-1/+1
* | *: rename zlog_fer -> flog_errQuentin Young2018-08-141-2/+2
* | zebra, lib: error references for zebraQuentin Young2018-08-141-19/+25
|/
* bfdd: clean-up bfd clients data on shutdownRafael Zalamena2018-08-081-4/+18
* bfdd: send replay request on zebra connectionRafael Zalamena2018-08-081-7/+26
* bfdd: re-route PTM-BFD daemon messagesRafael Zalamena2018-08-081-0/+405
* eigrpd lib pimd zebra: dead code (PVS-Studio)F. Aragon2018-07-061-20/+16
* zebra: refactor zserv names, consolidate eventsQuentin Young2018-05-291-1/+1
* Zebra: Fix ptm-enable config failure on internally created interfacesradhika2018-05-091-3/+3
* zebra: style last 3 changesQuentin Young2018-04-231-1/+1
* zebra: cleanup for zapi_msg.c splitQuentin Young2018-04-231-1/+1
* zebra: use hooks for client lifecycle callbacksQuentin Young2018-04-231-10/+9
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-6/+6
* zebra: reorganize zserv, batch i/oQuentin Young2018-03-121-5/+3
* zebra: standardize ZAPI message handler argsQuentin Young2018-03-121-9/+7
* zebra: dont return a status code in zapi handlersQuentin Young2018-03-121-14/+14
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+1
* zebra: Clean up some SA issues found by new codeDonald Sharp2018-02-141-2/+7
* zebra: Fix crash in ptm codeDonald Sharp2018-01-251-1/+10
* lib: increase vrf_id from 16 bit to 32 bit identifierPhilippe Guibert2018-01-221-1/+1