summaryrefslogtreecommitdiffstats
path: root/lib/zclient.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use FRR interface name definition everywhereRafael Zalamena2022-05-021-2/+2
* zebra, pimd: add AF param on NEXTHOP_LOOKUP_MRIBDavid Lamparter2022-04-261-1/+1
* *: add SAFI argument to zclient_send_rnhDavid Lamparter2022-03-271-1/+2
* *: When matching against a nexthop send and process what it matched againstDonald Sharp2022-03-121-1/+11
* lib: rename bfd function to reflect real functionalityIgor Ryzhov2021-11-151-1/+1
* Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-261-57/+25
|\
| * *: convert zclient callbacks to tableDavid Lamparter2021-10-201-57/+25
* | lib: finish fixing spelling in lib filesewlumpkin2021-10-221-2/+2
|/
* zebra: Attempt to clarify variable names as they are usedDonald Sharp2021-09-271-1/+1
* *: Remove the ZEBRA_IMPORT_ROUTE_XXX zapi messagesDonald Sharp2021-09-271-4/+0
* *: Add resolve via default flagDonald Sharp2021-09-271-1/+1
* lib: add zapi encode/decode func for srv6 locatorHiroki Shirokura2021-09-071-0/+3
* lib, zebra: complete the ndm flags on zclient apiPhilippe Guibert2021-08-261-1/+10
* nhrp, zebra, lib: pass exact received neighbor state value to nhrpPhilippe Guibert2021-08-261-5/+3
* isisd, ospfd: update interface_link_params callback to check for changeKaren Schoener2021-06-281-1/+2
* *: delete ZEBRA_FLAG_SEG6*_ROUTE and add ZAPI_NEXTHOP_FLAG_SEG6*Hiroki Shirokura2021-06-021-10/+2
* zebra: delete unneeded zebra_srv6_manager_connectHiroki Shirokura2021-06-021-2/+0
* zebra: add zapi_srv6_locator_chunk_{en,de}codeHiroki Shirokura2021-06-021-0/+5
* lib: add usual func to install SRv6 localsid (step4)Hiroki Shirokura2021-06-021-0/+5
* lib: add new nexthop's attributes seg6 (step3)Hiroki Shirokura2021-06-021-0/+3
* lib: add new structures for srv6-locator (step2)Hiroki Shirokura2021-06-021-0/+16
* lib: add new nexthop's attributes seg6local (step1)Hiroki Shirokura2021-06-021-0/+14
* lib, zebra: get gre informationPhilippe Guibert2021-04-301-0/+3
* zebra: add 3 new gre commands, and enforce synchro mecanismPhilippe Guibert2021-04-301-0/+3
* lib, bgpd, zebra: RA interval is unsignedQuentin Young2021-04-281-1/+1
* Merge pull request #8488 from mjstapp/more_workqueueStephen Worley2021-04-271-0/+23
|\
| * lib: add 2string for zapi nhg result codesMark Stapp2021-04-151-0/+23
* | nhrp, zebra, lib: enforce usage of zapi_neigh_ip structurePhilippe Guibert2021-04-131-3/+13
* | zebra, lib: handle NEIGH_ADD/DELETE to zebra dataplane frameworkPhilippe Guibert2021-04-091-3/+4
* | lib: add api to configure neighbor table per interfacePhilippe Guibert2021-04-091-0/+1
* | nhrp, lib, zebra: add/del neighbor entry possible from nhrpPhilippe Guibert2021-04-091-0/+13
* | zebra: link layer config and notification, implementation in zebraPhilippe Guibert2021-04-091-0/+2
* | lib: link layer neighbor registration and notification, define API msgsPhilippe Guibert2021-04-091-0/+6
|/
* Merge pull request #8137 from Orange-OpenSource/ospf_lsRuss White2021-03-301-1/+1
|\
| * lib: Update Link State DatabaseOlivier Dugeon2021-03-231-1/+1
* | lib/zebra: zapi for installing EVPN nexthops from bgpAnuradha Karuppiah2021-03-261-0/+2
|/
* zebra: move ipset and ipset_entry to zebra dplane contextsPhilippe Guibert2021-03-101-3/+3
* libs,zebra: remove zapi nhg encode and decode public apisMark Stapp2021-01-191-3/+1
* zebra: Create function to dump MACIP flagsDonald Sharp2021-01-131-1/+4
* zebra: Add ability to display in human readable format re->flags and statusDonald Sharp2021-01-131-0/+3
* ldpd: add support for RLFA clientsRenato Westphal2021-01-091-0/+52
* Merge pull request #7678 from donaldsharp/aspath_to_zebraRuss White2020-12-101-3/+9
|\
| * lib: Add encode/decode of opaque dataDonald Sharp2020-12-081-0/+7
| * lib, zebra: Fix overlapping message typesDonald Sharp2020-12-081-3/+2
* | ldpd, isisd, ospfd: Remove periodic ldp-sync hello messageKaren Schoener2020-12-091-2/+0
* | zebra: Adding zapi client close notificationKaren Schoener2020-12-081-0/+13
|/
* Merge pull request #7478 from donaldsharp/bufferMark Stapp2020-11-181-58/+95
|\
| * *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-151-54/+66
| * bgpd, lib, sharpd: Add enum for zclient_send_message returnDonald Sharp2020-11-151-2/+9
| * bgpd, lib: Indicate when we are buffering instead of immediately sending down...Donald Sharp2020-11-151-17/+34