summaryrefslogtreecommitdiffstats
path: root/lib/zclient.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5813 from mjstapp/zapi_labels_use_nhDonald Sharp2020-02-181-31/+6
|\
| * *: encode zapi labels message using nexthopsMark Stapp2020-02-141-31/+6
* | *: Remove break after returnDonatas Abraitis2020-02-131-2/+0
|/
* lib: Adding GR capabilites encode and decode.Santosh P K2020-01-301-14/+54
* bgpd: BGP Garaceful Restart debug logs.bisdhdh2020-01-231-0/+1
* bgpd: Zebra lib for Graceful Restart.bisdhdh2020-01-231-0/+28
* lib: Fix nexthop encodingDonald Sharp2020-01-181-10/+0
* zebra: fix redist memleak on client disconnectQuentin Young2020-01-151-0/+12
* lib,zebra: add zapi msg top level error handlingStephen Worley2020-01-081-0/+28
* lib: dont decode more nexthops than we can handleQuentin Young2020-01-061-0/+11
* lib, zebra: Allow for encode/decode of nexthop weight in pass downDonald Sharp2019-12-091-0/+15
* *: revise zapi nexthop encodingMark Stapp2019-12-061-131/+183
* pimd, lib: adding support for MLAG Message processing at PIMSatheesh Kumar K2019-11-141-0/+27
* pimd : Add support for MLAG Register & Un-registerSatheesh Kumar K2019-11-141-0/+33
* lib, zebra: Fix last write command writtenDonald Sharp2019-10-151-0/+4
* Revert "Merge pull request #4885 from satheeshkarra/pim_mlag"Quentin Young2019-10-141-66/+0
* Merge pull request #4885 from satheeshkarra/pim_mlagJafar Al-Gharaibeh2019-10-141-0/+66
|\
| * pimd, lib: adding support for MLAG Message processing at PIMSatheesh Kumar K2019-09-241-0/+33
| * pimd : Add support for MLAG Register & Un-registerSatheesh Kumar K2019-09-171-0/+33
* | lib: Decode vrf_id update appropriately from zapiStephen Worley2019-10-021-1/+1
* | lib: delete interface if you can in upper level protocolDonald Sharp2019-09-191-1/+5
* | *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-3/+15
* | *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-3/+14
* | *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-3/+14
* | *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-8/+6
* | lib, zebra: add new MPLS zapi message with route replace semanticsRenato Westphal2019-09-101-26/+50
* | lib, zebra: enhance the MPLS zapi messagesRenato Westphal2019-09-071-41/+67
* | zebra: identify MPLS FTNs by route type and instanceRenato Westphal2019-09-071-2/+4
* | lib: introduce encode/decode functions for the MPLS zapi messagesRenato Westphal2019-09-071-0/+85
|/
* Merge pull request #4789 from sworleys/Nexthop-Sort-OptimizationMark Stapp2019-09-041-0/+88
|\
| * lib: Sort zapi_nexthops on the encodeStephen Worley2019-08-191-0/+88
* | lib: don't ignore stream errors in some zapi decode functionsRenato Westphal2019-08-211-4/+7
|/
* lib, zebra: handle failure in get chunkEmanuele Di Pascale2019-07-101-0/+9
* lib, zebra: support label chunk requests for SRGBEmanuele Di Pascale2019-07-101-2/+6
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-17/+7
* *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-3/+9
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-3/+6
* ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrfPhilippe Guibert2019-06-111-1/+2
* lib, zebra: Ensure route encoding has enough spaceDonald Sharp2019-05-311-2/+5
* vrrpd: autoconfig supportQuentin Young2019-05-171-0/+3
* vrrpd: protodown macvlan in backup stateQuentin Young2019-05-171-0/+19
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-5/+2
* lib, zebra: changes to propagate vxlan mcast SG entries to pimdAnuradha Karuppiah2019-04-201-0/+11
* *: setting the socket send/recv buffer sizes doesn't need elevated privsRenato Westphal2019-04-081-4/+1
* lib: reduce exported var symbolsQuentin Young2019-04-031-3/+3
* Merge pull request #4014 from dslicenc/zclient-interface-addRenato Westphal2019-03-291-0/+5
|\
| * lib: zclient provide interface info during reg_requestsDon Slice2019-03-251-0/+5
* | lib: Improve debugs in zclient.cDonald Sharp2019-03-251-3/+4
|/
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-4/+4
* lib: Send interface request after initial helloDonald Sharp2019-02-051-6/+2