summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_ptm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* zebra: Cleanup leaked context information on failureDonald Sharp2017-12-051-0/+2
* lib, zebra: Modify zebra to use STREAM_GET for zapiDonald Sharp2017-11-131-25/+30
* zebra: No need to pass sock descriptor around.Donald Sharp2017-10-241-3/+3
* zebra: Always read full zapi message in ptm codeDonald Sharp2017-10-241-3/+3
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-2/+2
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-4/+2
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-27/+30
* zebra: Coverity Code CleanupDonald Sharp2017-08-251-1/+1
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-3/+2
* *: reindent pt. 2whitespace / reindent2017-07-171-2/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-906/+872
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-4/+4
* *: use vty_outlnQuentin Young2017-06-291-5/+4
* pimd: pim bfd supportChirag Shah2017-05-181-1/+1