summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: link layer config and notification, implementation in zebraPhilippe Guibert2021-04-091-0/+3
* zebra: remove fuzzing stuffJakub UrbaƄczyk2020-08-251-4/+0
* Merge pull request #6483 from sylane/router-id-v6Donald Sharp2020-08-101-1/+1
|\
| * zebra: add IPv6 router-idSebastien Merle2020-07-171-1/+1
* | zebra: Ethernet segment management and support for MAC-ECMPAnuradha Karuppiah2020-08-051-0/+4
|/
* zebra: add zserv_send_batch apiMark Stapp2020-06-021-0/+11
* zebra: add lock and busy counter for zclientsMark Stapp2020-06-021-1/+30
* zebra: avoid using c++ keywords in headersEmanuele Di Pascale2020-05-141-1/+1
* lib,zebra: add a session id for zapi sessionsMark Stapp2020-04-161-1/+20
* Merge pull request #5925 from volta-networks/synchronous_clientRenato Westphal2020-03-261-0/+3
|\
| * zebra: Synchronous client queues accumulate messages from zebra.Karen Schoener2020-03-231-0/+3
* | treewide: add attribute to functions that do not returnRuben Kerkhof2020-03-191-1/+1
|/
* Zebra: Zebra gr dynamic client handling.Santosh P K2020-02-211-0/+4
* zebra: Capabality and stale route handling for GR client.Santosh P K2020-01-311-0/+4
* zebra: Handling of connection disconnect and connect with GR.Santosh P K2020-01-301-0/+6
* zebra: Header file changes and show commands.Santosh P K2020-01-301-2/+49
* lib,zebra: add zapi msg top level error handlingStephen Worley2020-01-081-0/+1
* Zebra: adding support for Zebra MLAG FunctionalitySatheesh Kumar K2019-11-141-0/+7
* Revert "Merge pull request #4885 from satheeshkarra/pim_mlag"Quentin Young2019-10-141-7/+0
* Zebra: adding support for Zebra MLAG FunctionalitySatheesh Kumar K2019-09-241-0/+7
* zebra: label manager refactorEmanuele Di Pascale2019-07-101-1/+0
* zebra: Move multipath_num into zrouterDonald Sharp2019-05-141-2/+0
* doc, zebra: Remove "table X" commandDonald Sharp2019-05-061-3/+0
* zebra: fix zapi msg debugging dumpsQuentin Young2019-05-031-0/+16
* lib, zebra: changes to propagate vxlan mcast SG entries to pimdAnuradha Karuppiah2019-04-201-0/+2
* zebra: When shutting down actually close the socketDonald Sharp2019-03-271-0/+7
* add cplusplus guards to all zebra headersEmanuele Di Pascale2019-03-251-0/+8
* zebra: Remove zclient->idinfo restrictionsDonald Sharp2019-02-051-3/+0
* zebra: Remove `struct zebra_t`Donald Sharp2019-01-311-4/+0
* zebra: Move packets_to_process to zrouterDonald Sharp2019-01-311-2/+0
* zebra: Move lsp_process_q to zrouterDonald Sharp2019-01-311-3/+0
* zebra: Move the mq data structure to zrouterDonald Sharp2019-01-311-2/+0
* zebra: Move ribq from zebrad to zrouterDonald Sharp2019-01-311-4/+0
* zebra: Move rtm_table_default to zrouterDonald Sharp2019-01-311-3/+0
* zebra: Make zebrad.sock zserv.c private dataDonald Sharp2019-01-311-3/+0
* zebra: Move client_list to the zebra_router data structureDonald Sharp2019-01-311-2/+0
* zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-2/+0
* lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal2019-01-141-1/+1
* zebra: reduce rib workqueue retry timeoutMark Stapp2018-12-191-1/+1
* Merge pull request #3463 from mjstapp/zserv_eventDonald Sharp2018-12-141-0/+3
|\
| * zebra: make incoming zserv message-processing a singleton eventMark Stapp2018-12-131-0/+3
* | zebra: use a small retry timeout for the rib workqueueMark Stapp2018-12-131-0/+1
|/
* *: only use 32-bit atomicsQuentin Young2018-11-191-2/+2
* zebra: Add counting to nexthop register/unregister eventsDonald Sharp2018-10-311-0/+4
* zebra: support zebra shutdown and cleanupMark Stapp2018-10-251-0/+3
* zebra: dont delete pthreads from under themselvesQuentin Young2018-07-311-0/+15
* zebra: fix race condition in i/o pthread shutdownQuentin Young2018-05-291-3/+0
* zebra: misc fixes, perf improvementsQuentin Young2018-05-291-1/+1
* zebra: don't send data after closing connectionQuentin Young2018-05-291-0/+3
* zebra: fix write task collisionQuentin Young2018-05-291-1/+0