summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-5/+3
* zebra: handle proto NHG uninstall client disconnectStephen Worley2020-09-281-0/+8
* zebra: remove fuzzing stuffJakub UrbaƄczyk2020-08-251-11/+0
* Merge pull request #6483 from sylane/router-id-v6Donald Sharp2020-08-101-2/+2
|\
| * zebra: add IPv6 router-idSebastien Merle2020-07-171-2/+2
* | zebra: Ethernet segment management and support for MAC-ECMPAnuradha Karuppiah2020-08-051-0/+6
|/
* sharpd,zebra: unicast support for zapi messagesMark Stapp2020-06-101-16/+1
* zebra: add zserv_send_batch apiMark Stapp2020-06-021-0/+19
* zebra: don't print stale text if no GR infoMark Stapp2020-06-021-2/+6
* zebra: call zapi message handler with a batchMark Stapp2020-06-021-5/+3
* zebra: add lock and busy counter for zclientsMark Stapp2020-06-021-21/+162
* zebra, lib: bugfix on zebra packet debuggingWesley Coakley2020-05-281-1/+1
* lib,zebra: add a session id for zapi sessionsMark Stapp2020-04-161-5/+19
* zebra: use %u for unsigned when printing countersQuentin Young2020-04-141-18/+18
* lib, *: add a common time interval formatting apiMark Stapp2020-03-091-33/+9
* Merge pull request #5916 from mjstapp/fix_gmtimeQuentin Young2020-03-051-17/+18
|\
| * *: use gmtime_r, localtime_r exclusivelyMark Stapp2020-03-051-17/+18
* | Zebra: Zebra gr dynamic client handling.Santosh P K2020-02-211-2/+2
|/
* zebra: Handling of connection disconnect and connect with GR.Santosh P K2020-01-301-6/+27
* zebra: Header file changes and show commands.Santosh P K2020-01-301-2/+101
* zebra: fix redist memleak on client disconnectQuentin Young2020-01-151-1/+3
* zebra: Fix `show zebra client` display to handle columns rightDonald Sharp2019-11-231-1/+1
* zebra: Adjust column display of `show zebra client summ` for openfabricDonald Sharp2019-11-231-2/+2
* lib, zebra: Fix last write command writtenDonald Sharp2019-10-151-1/+1
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-1/+1
* lib: add frr_with_mutex() block-wrapperDavid Lamparter2019-09-031-12/+4
* zebra: label manager refactorEmanuele Di Pascale2019-07-101-25/+0
* zebra: Fuzzing code has gotten a bit out of dateDonald Sharp2019-06-151-2/+0
* lib, zebra: Ensure route encoding has enough spaceDonald Sharp2019-05-311-2/+4
* doc, zebra: Remove "table X" commandDonald Sharp2019-05-061-4/+0
* zebra: fix zapi msg debugging dumpsQuentin Young2019-05-031-5/+2
* lib, zebra: changes to propagate vxlan mcast SG entries to pimdAnuradha Karuppiah2019-04-201-0/+2
* *: setting the socket send/recv buffer sizes doesn't need elevated privsRenato Westphal2019-04-081-4/+2
* zebra: When shutting down actually close the socketDonald Sharp2019-03-271-0/+12
* zebra: Update zserv debug messages to give a bit more useful infoDonald Sharp2019-02-101-3/+6
* zebra: Remove zclient->idinfo restrictionsDonald Sharp2019-02-051-2/+0
* zebra: Remove `struct zebra_t`Donald Sharp2019-01-311-2/+2
* zebra: Move packets_to_process to zrouterDonald Sharp2019-01-311-2/+2
* zebra: Move rtm_table_default to zrouterDonald Sharp2019-01-311-1/+1
* zebra: Make zebrad.sock zserv.c private dataDonald Sharp2019-01-311-14/+17
* zebra: Move client_list to the zebra_router data structureDonald Sharp2019-01-311-6/+6
* zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-4/+5
* zebra, lib: send VRF backend to the client daemonsRenato Westphal2019-01-201-2/+0
* lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal2019-01-141-4/+6
* zebra: make incoming zserv message-processing a singleton eventMark Stapp2018-12-131-2/+13
* *: only use 32-bit atomicsQuentin Young2018-11-191-1/+1
* zebra: Add counting to nexthop register/unregister eventsDonald Sharp2018-10-311-0/+4
* lib: remove frr_pthread->idDavid Lamparter2018-09-191-1/+0
* *: style for EC replacementsQuentin Young2018-09-131-3/+2
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-4/+4