summaryrefslogtreecommitdiffstats
path: root/lib/zclient.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* *: The onlink attribute should be owned by the nexthop not the route.Donald Sharp2019-01-271-0/+2
* Merge pull request #3559 from opensourcerouting/zapi-sanity-checksQuentin Young2019-01-221-1/+21
|\
| * lib: add a few more sanity checks when encoding/decoding routesRenato Westphal2019-01-141-1/+21
* | Merge pull request #3633 from opensourcerouting/send-vrf-backendDonald Sharp2019-01-221-0/+4
|\ \
| * | zebra, lib: send VRF backend to the client daemonsRenato Westphal2019-01-201-0/+4
* | | lib: use the correct VRF ID when parsing INTERFACE_LINK_PARAMS messagesRenato Westphal2019-01-181-3/+4
* | | lib: fix checking of clients subscribed to receive default routesRenato Westphal2019-01-181-4/+2
|/ /
* / lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal2019-01-141-22/+46
|/
* lib, zebra: On startup send mlag role as part of the capabilitiesDonald Sharp2019-01-041-0/+1
* zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi messageRenato Westphal2019-01-021-6/+6
* lib, zebra: default vrf configured will not be overwritten by discoveryPhilippe Guibert2018-11-211-1/+1
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-3/+3
* lib, zebra: Encode nexthop vrf in nht updatesDonald Sharp2018-11-011-0/+1
* lib: retrofit interface commands to the new northbound modelRenato Westphal2018-10-271-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco2018-09-181-4/+12
* *: style for EC replacementsQuentin Young2018-09-131-47/+49
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-41/+41
* *: style for flog_warn conversionsQuentin Young2018-09-061-35/+43
* lib: Update zclient.c warn codeDonald Sharp2018-09-061-68/+65
* lib: overwrite default vrf name upon zapi vrf add eventPhilippe Guibert2018-08-281-0/+3
* doc, lib, zebra: Remove deprecated encode and decode functionalityDonald Sharp2018-08-241-232/+7
* *: use frr_elevate_privs() (2/2: manual)David Lamparter2018-08-141-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-22/+22
* lib: Convert to zlog_ferr for zclient.cDonald Sharp2018-08-141-44/+57
* *: support for evpn type-4 routemitesh2018-05-301-0/+10
* Merge pull request #2133 from Fredi-raspall/fix_label_managerRenato Westphal2018-05-151-51/+80
|\
| * lib, zebra: fix formatting and styleFredi Raspall2018-05-081-38/+32
| * zebra, lib: Fix SA warning and formatting.Fredi Raspall2018-05-011-21/+17
| * zebra, lib: Add client proto & instance in zservFredi Raspall2018-05-011-1/+40
* | Merge pull request #2124 from donaldsharp/missedRuss White2018-05-121-4/+10
|\ \
| * | bgpd, zebra: Handle EVPN router MAC per next hopvivek2018-04-261-4/+10
| |/